Home
last modified time | relevance | path

Searched refs:tls_close (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls_gnutls.c102 static int tls_close(URLContext *h) in tls_close() function
244 tls_close(h); in tls_open()
307 .url_close = tls_close,
Dtls_mbedtls.c51 static int tls_close(URLContext *h) in tls_close() function
284 tls_close(h); in tls_open()
363 .url_close = tls_close,
Dtls_openssl.c148 static int tls_close(URLContext *h) in tls_close() function
330 tls_close(h); in tls_open()
393 .url_close = tls_close,
Dtls_securetransport.c245 static int tls_close(URLContext *h) in tls_close() function
343 tls_close(h); in tls_open()
422 .url_close = tls_close,
Dtls_schannel.c126 static int tls_close(URLContext *h) in tls_close() function
380 tls_close(h); in tls_open()
615 .url_close = tls_close,
Dtls_libtls.c44 tls_close(p->ctx); in ff_tls_close()
/third_party/toybox/toys/pending/
Dwget.c227 tls_close(TT.tls); in wget_close()