Return the number of bytes buffered for writing in a BIO (ctrl pending write count).
Synopsis
Declared in <openssl/bio.h>
size_t
BIO_ctrl_wpending(BIO* b);
Return Value
Pending write byte count.
Parameters
Name |
Description |
b |
BIO to query. |
Created with MrDocs