Lines Matching refs:table
13 void OPENSSL_LH_stats(LHASH *table, FILE *out);
14 void OPENSSL_LH_node_stats(LHASH *table, FILE *out);
15 void OPENSSL_LH_node_usage_stats(LHASH *table, FILE *out);
17 void OPENSSL_LH_stats_bio(LHASH *table, BIO *out);
18 void OPENSSL_LH_node_stats_bio(LHASH *table, BIO *out);
19 void OPENSSL_LH_node_usage_stats_bio(LHASH *table, BIO *out);
24 accessing the hash table.
26 OPENSSL_LH_stats() prints out statistics on the size of the hash table, how
31 hash table.
34 hash table. It prints the 'load' and the 'actual load'. The load is
35 the average number of data items per 'bucket' in the hash table. The
39 table, while the 'load' is the average number that will be done to