Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/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()
/freebsd-12-stable/crypto/openssl/include/internal/
Dbio.h19 int (*bputs) (BIO *, const char *); member
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dopenssl-compat.h23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f)
/freebsd-12-stable/contrib/libevent/
Dopenssl-compat.h23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f)