OPENSSL_LH_num_items

Return the number of entries stored in an LHASH table.

Synopsis

Declared in <openssl/lhash.h>

unsigned long
OPENSSL_LH_num_items(OPENSSL_LHASH const* lh);

Return Value

Entry count.

Parameters

NameDescription
lhHash table to query.