Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_meth.c165 return biom->bgets; in BIO_meth_get_gets()
169 int (*bgets) (BIO *, char *, int)) in BIO_meth_set_gets()
171 biom->bgets = bgets; in BIO_meth_set_gets()
H A Dbio_lib.c459 if (b->method == NULL || b->method->bgets == NULL) { in BIO_gets()
480 ret = b->method->bgets(b, buf, size); in BIO_gets()
/freebsd/crypto/openssl/include/internal/
H A Dbio.h25 int (*bgets) (BIO *, char *, int); member