#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.
static int do_tls_poll |
( |
URLContext * |
h, |
|
|
int |
ret |
|
) |
| |
|
static |
static int tls_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "tls",
}
#define URL_PROTOCOL_FLAG_NETWORK
static int tls_read(URLContext *h, uint8_t *buf, int size)
static int tls_open(URLContext *h, const char *uri, int flags)
static int tls_close(URLContext *h)
static int tls_write(URLContext *h, const uint8_t *buf, int size)
Definition at line 244 of file tls.c.