Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A 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()
H A Dbio_lib.c503 if (b->method == NULL || b->method->bputs == NULL) { in BIO_puts()
519 ret = b->method->bputs(b, buf); in BIO_puts()
/openssl/include/internal/
H A Dbio.h24 int (*bputs) (BIO *, const char *); member

Completed in 14 milliseconds