|
BIO_ctrl_pending(3)
Contents
|
BIO_ctrl_pending - Find out how many bytes are buffered in
a BIO
#include <openssl/bio.h>
size_t BIO_ctrl_pending(
BIO *bio );
The BIO_ctrl_pending() function returns the number of
bytes buffered in a BIO.
When bio is NULL, the OpenSSL library calls assert().
The following return values can occur: The number of bytes
pending the BIO.
Functions: bio(3), BIO_s_mem(3), BIO_new_bio_pair(3)
BIO_ctrl_pending(3)
[ Back ] |