Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dtls_gnutls.c251 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function
294 .url_write = tls_write,
Dtls_mbedtls.c310 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function
352 .url_write = tls_write,
Dtls_openssl.c333 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function
376 .url_write = tls_write,
Dtls_securetransport.c380 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write() function
421 .url_write = tls_write,
Dtls_libtls.c169 ret = tls_write(p->ctx, buf, size); in ff_tls_write()
Dtls_schannel.c527 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/
Dwget.c209 if (len != tls_write(TT.tls, buf, len)) in wget_write()