Searched refs:tls_read (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls_gnutls.c | 248 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 305 .url_read = tls_read,
|
D | tls_mbedtls.c | 307 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 361 .url_read = tls_read,
|
D | tls_openssl.c | 334 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 391 .url_read = tls_read,
|
D | tls_securetransport.c | 363 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 420 .url_read = tls_read,
|
D | tls_libtls.c | 156 ret = tls_read(p->ctx, buf, size); in ff_tls_read()
|
D | tls_schannel.c | 384 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/ |
D | wget.c | 191 ssize_t ret = tls_read(TT.tls, buf, len); in wget_read()
|