Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dtls_mbedtls.c307 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
361 .url_read = tls_read,
H A Dtls_gnutls.c248 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
305 .url_read = tls_read,
H A Dtls_securetransport.c363 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
420 .url_read = tls_read,
H A Dtls_openssl.c334 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
391 .url_read = tls_read,
H A Dtls_libtls.c156 ret = tls_read(p->ctx, buf, size); in ff_tls_read()
H A 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/
H A Dwget.c191 ssize_t ret = tls_read(TT.tls, buf, len); in wget_read()
192 if (ret < 0) error_exit("tls_read: %s", tls_error(TT.tls)); in wget_read()

Completed in 5 milliseconds