BIO_meth_get_read_ex

Return the extended read function installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

int(*
BIO_meth_get_read_ex(BIO_METHOD const* biom))(BIO*, char*, size_t, size_t*);

Return Value

Read-ex callback, or NULL if unset.

Parameters

NameDescription
biomMethod to query.