|
FFmpeg
|
#include "avformat.h"#include "internal.h"#include "network.h"#include "os_support.h"#include "url.h"#include "tls.h"#include "libavutil/avstring.h"#include "libavutil/getenv_utf8.h"#include "libavutil/mem.h"#include "libavutil/parseutils.h"Go to the source code of this file.
Functions | |
| int | ff_tls_open_underlying (TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options) |
| int | ff_url_read_all (const char *url, AVBPrint *bp) |
| Read all data from the given URL url and store it in the given buffer bp. More... | |
| int ff_tls_open_underlying | ( | TLSShared * | c, |
| URLContext * | parent, | ||
| const char * | uri, | ||
| AVDictionary ** | options | ||
| ) |
Definition at line 34 of file tls.c.
Referenced by dtls_start(), ff_tls_open(), and tls_open().
| int ff_url_read_all | ( | const char * | url, |
| AVBPrint * | bp | ||
| ) |
Read all data from the given URL url and store it in the given buffer bp.
Definition at line 116 of file tls.c.
Referenced by ff_ssl_read_key_cert(), and tls_load_key_cert().
1.8.17