Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dtls_gnutls.c248 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
305 .url_read = tls_read,
Dtls_mbedtls.c307 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
361 .url_read = tls_read,
Dtls_openssl.c334 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
391 .url_read = tls_read,
Dtls_securetransport.c363 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
420 .url_read = tls_read,
Dtls_libtls.c156 ret = tls_read(p->ctx, buf, size); in ff_tls_read()
Dtls_schannel.c384 static int tls_read(URLContext *h, uint8_t *buf, int len) in tls_read() function
613 .url_read = tls_read,
/third_party/toybox/toys/pending/
Dwget.c191 ssize_t ret = tls_read(TT.tls, buf, len); in wget_read()