Searched refs:BIO_pending (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dbio.c338 size_t BIO_pending(const BIO *bio) { function
349 return BIO_pending(bio);
/external/boringssl/include/openssl/
H A Dbio.h233 /* BIO_pending returns the number of bytes pending to be read. */
234 OPENSSL_EXPORT size_t BIO_pending(const BIO *bio);
236 /* BIO_ctrl_pending calls |BIO_pending| and exists only for compatibility with
/external/boringssl/src/include/openssl/
H A Dbio.h233 /* BIO_pending returns the number of bytes pending to be read. */
234 OPENSSL_EXPORT size_t BIO_pending(const BIO *bio);
236 /* BIO_ctrl_pending calls |BIO_pending| and exists only for compatibility with

Completed in 63 milliseconds