Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dtls_gnutls.c236 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
293 .url_read = tls_read,
Dtls_mbedtls.c297 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
351 .url_read = tls_read,
Dtls_openssl.c318 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function
375 .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()