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
Name |
Description |
b |
BIO to query. |
Created with MrDocs