Home | History | Annotate | Download | only in openssl

Lines Matching full:bio_pending

233 /* 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