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

Synopsis

Declared in <openssl/bio.h>

uint64_t
BIO_number_read(BIO* bio);

Return Value

Total bytes read since the BIO was created.

Parameters

Name

Description

bio

BIO whose read counter is queried.

Created with MrDocs