#include "avformat.h"
#include "url.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "network.h"
#include "os_support.h"
#include "internal.h"
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 |
static int tls_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:
Definition at line 81 of file tls.c.
Initial value:= {
.class_name = "tls",
}
static const AVOption options[]
av_default_item_name
Return the context name.
Definition at line 90 of file tls.c.
Initial value:= {
.name = "tls",
}
#define URL_PROTOCOL_FLAG_NETWORK
static int tls_read(URLContext *h, uint8_t *buf, int size)
static const AVClass tls_class
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 350 of file tls.c.