Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIO_pending

237 /* BIO_pending returns the number of bytes pending to be read. */
238 OPENSSL_EXPORT size_t BIO_pending(const BIO *bio);
240 /* BIO_ctrl_pending calls |BIO_pending| and exists only for compatibility with
637 * available than |BIO_pending|, if the internal ring buffer is wrapped. It