[#OPENSSL_LH_get_down_load] = OPENSSL_LH_get_down_load :mrdocs: Return the load factor threshold that triggers LHASH contraction. == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long OPENSSL_LH_get_down_load(xref:OPENSSL_LHASH.adoc[OPENSSL_LHASH] const* lh); ---- == Return Value Current down_load value (items‐per‐bucket style threshold). == Parameters [cols="1,4"] |=== | Name| Description | *lh* | Hash table to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#