Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dbio.c144 if (bio == NULL || bio->method == NULL || bio->method->bgets == NULL) { in BIO_gets()
155 int ret = bio->method->bgets(bio, buf, len); in BIO_gets()
677 method->bgets = gets; in BIO_meth_set_gets()
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dbio.c144 if (bio == NULL || bio->method == NULL || bio->method->bgets == NULL) { in BIO_gets()
155 int ret = bio->method->bgets(bio, buf, len); in BIO_gets()
675 method->bgets = gets; in BIO_meth_set_gets()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbio.h811 int (*bgets)(BIO *, char *, int); member
/external/boringssl/src/include/openssl/
Dbio.h815 int (*bgets)(BIO *, char *, int); member