![]() | ![]() | |||||||||||||||||||
| ||||||||||||||||||||
| lh_stats(3)
NAMElh_stats, lh_node_stats, lh_node_usage_stats, lh_stats_bio, lh_node_stats_bio, lh_node_usage_stats_bio - LHASH statistics
SYNOPSIS#include <openssl/lhash.h> void lh_stats(LHASH *table, FILE *out); void lh_node_stats(LHASH *table, FILE *out); void lh_node_usage_stats(LHASH *table, FILE *out); void lh_stats_bio(LHASH *table, BIO *out); void lh_node_stats_bio(LHASH *table, BIO *out); void lh_node_usage_stats_bio(LHASH *table, BIO *out);
DESCRIPTIONThe LHASH structure records statistics about most aspects of accessing the hash table. This is mostly a legacy of Eric Young writing this library for the reasons of implementing what looked like a nice algorithm rather than for a particular software product.
RETURN VALUESThese functions do not return values.
SEE ALSO
HISTORYThese functions are available in all versions of SSLeay and OpenSSL. This manpage is derived from the SSLeay documentation. | |||||||||||||||||||