Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dtls_gnutls.c94 static int tls_close(URLContext *h) in tls_close() function
232 tls_close(h); in tls_open()
295 .url_close = tls_close,
Dtls_mbedtls.c52 static int tls_close(URLContext *h) in tls_close() function
274 tls_close(h); in tls_open()
353 .url_close = tls_close,
Dtls_openssl.c136 static int tls_close(URLContext *h) in tls_close() function
314 tls_close(h); in tls_open()
377 .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()