OPENSSL_LH_get_down_load

Return the load factor threshold that triggers LHASH contraction.

Synopsis

Declared in <openssl/lhash.h>

unsigned long
OPENSSL_LH_get_down_load(OPENSSL_LHASH const* lh);

Return Value

Current down_load value (items-per-bucket style threshold).

Parameters

NameDescription
lhHash table to query.