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

Name

Description

lh

Hash table to query.

Created with MrDocs