Home
last modified time | relevance | path

Searched refs:bputs (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/bio/
Dbio_meth.c153 return biom->bputs; in BIO_meth_get_puts()
157 int (*bputs) (BIO *, const char *)) in BIO_meth_set_puts()
159 biom->bputs = bputs; in BIO_meth_set_puts()
Dbio_lib.c392 if ((b == NULL) || (b->method == NULL) || (b->method->bputs == NULL)) { in BIO_puts()
408 ret = b->method->bputs(b, buf); in BIO_puts()
/third_party/openssl/include/internal/
Dbio.h19 int (*bputs) (BIO *, const char *); member
/third_party/ffmpeg/libavformat/
Dtls_openssl.c227 .bputs = url_bio_bputs,