[#OPENSSL_LH_node_usage_stats] = OPENSSL_LH_node_usage_stats :mrdocs: Print node‐usage / collision statistics for an LHASH to `fp` (deprecated). == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void OPENSSL_LH_node_usage_stats( xref:OPENSSL_LHASH.adoc[OPENSSL_LHASH] const* lh, FILE* fp); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *lh* | Hash table to describe. | *fp* | Output stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#