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

Name

Description

bio

BIO whose write counter is queried.

Created with MrDocs