BIO_number_written

Return the cumulative number of bytes successfully written through a BIO.

Synopsis

Declared in <openssl/bio.h>

uint64_t
BIO_number_written(BIO* bio);

Return Value

Total bytes written since the BIO was created.

Parameters

NameDescription
bioBIO whose write counter is queried.