Home
last modified time | relevance | path

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

/freebsd/crypto/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.c410 if (b->method == NULL || b->method->bputs == NULL) { in BIO_puts()
426 ret = b->method->bputs(b, buf); in BIO_puts()
/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f)
/freebsd/contrib/libevent/
H A Dopenssl-compat.h23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f)
/freebsd/crypto/openssl/include/internal/
H A Dbio.h24 int (*bputs) (BIO *, const char *); member