Searched refs:tls_open (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls_gnutls.c | 140 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open() function 292 .url_open2 = tls_open,
|
D | tls_mbedtls.c | 162 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open() function 350 .url_open2 = tls_open,
|
D | tls_openssl.c | 235 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open() function 374 .url_open2 = tls_open,
|
D | tls_securetransport.c | 267 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open() function 419 .url_open2 = tls_open,
|
D | tls_schannel.c | 333 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open() function 612 .url_open2 = tls_open,
|