BIO_ctrl_pending

Return the number of bytes buffered for reading in a BIO (ctrl pending read count).

Synopsis

Declared in <openssl/bio.h>

size_t
BIO_ctrl_pending(BIO* b);

Return Value

Pending readable byte count.

Parameters

NameDescription
bBIO to query.