Searched refs:tls_write (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls_gnutls.c | 251 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function 294 .url_write = tls_write,
|
D | tls_mbedtls.c | 310 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function 352 .url_write = tls_write,
|
D | tls_openssl.c | 333 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function 376 .url_write = tls_write,
|
D | tls_securetransport.c | 380 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function 421 .url_write = tls_write,
|
D | tls_libtls.c | 169 ret = tls_write(p->ctx, buf, size); in ff_tls_write()
|
D | tls_schannel.c | 527 static int tls_write(URLContext *h, const uint8_t *buf, int len) in tls_write() function 614 .url_write = tls_write,
|
/third_party/toybox/toys/pending/ |
D | wget.c | 209 if (len != tls_write(TT.tls, buf, len)) in wget_write()
|