Searched refs:tls_read (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls_gnutls.c | 236 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 293 .url_read = tls_read,
|
D | tls_mbedtls.c | 297 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 351 .url_read = tls_read,
|
D | tls_openssl.c | 318 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read() function 375 .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()
|