Lines Matching refs:table
17 void OPENSSL_LH_node_stats(LHASH *table, FILE *out);
18 void OPENSSL_LH_node_usage_stats(LHASH *table, FILE *out);
20 void OPENSSL_LH_node_stats_bio(LHASH *table, BIO *out);
21 void OPENSSL_LH_node_usage_stats_bio(LHASH *table, BIO *out);
23 void OPENSSL_LH_stats(LHASH *table, FILE *out);
24 void OPENSSL_LH_stats_bio(LHASH *table, BIO *out);
29 accessing the hash table.
31 OPENSSL_LH_stats() prints out statistics on the size of the hash table and how
37 hash table.
40 hash table. It prints the 'load' and the 'actual load'. The load is
41 the average number of data items per 'bucket' in the hash table. The
45 table, while the 'load' is the average number that will be done to