libavformat/tls.c File Reference
#include "avformat.h"
#include "url.h"
#include "libavutil/avstring.h"
#include "network.h"
#include "os_support.h"
#include "internal.h"
Go to the source code of this file.
Function Documentation
static int do_tls_poll |
( |
URLContext * |
h, |
|
|
int |
ret | |
|
) |
| | [static] |
static int tls_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags | |
|
) |
| | [static] |
static int tls_read |
( |
URLContext * |
h, |
|
|
uint8_t * |
buf, |
|
|
int |
size | |
|
) |
| | [static] |
static int tls_write |
( |
URLContext * |
h, |
|
|
const uint8_t * |
buf, |
|
|
int |
size | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 244 of file tls.c.