Go to the source code of this file.
Definition at line 78 of file tls.c.
Definition at line 79 of file tls.c.
Definition at line 80 of file tls.c.
static int do_tls_poll |
( |
URLContext * |
h, |
|
|
int |
ret |
|
) |
| |
|
static |
Initial value:
Definition at line 81 of file tls.c.
Initial value:= {
.class_name = "tls",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 91 of file tls.c.
Initial value:= {
.name = "tls",
}
#define URL_PROTOCOL_FLAG_NETWORK
static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options)
static int tls_read(URLContext *h, uint8_t *buf, int size)
static const AVClass tls_class
static int tls_close(URLContext *h)
static int tls_write(URLContext *h, const uint8_t *buf, int size)
Definition at line 396 of file tls.c.