OPENSSL_LH_node_stats_bio

Print per-bucket node counts for a hash table to a BIO (deprecated).

Synopsis

Declared in <openssl/lhash.h>

[[deprecated]]
void
OPENSSL_LH_node_stats_bio(
    OPENSSL_LHASH const* lh,
    BIO* out);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
lhHash table to describe.
outBIO that receives the human-readable report.