Lines Matching refs:BIO_printf

73     BIO_printf(out, "num_items             = %lu\n", lh->num_items);  in OPENSSL_LH_stats_bio()
74 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes); in OPENSSL_LH_stats_bio()
75 BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in OPENSSL_LH_stats_bio()
76 BIO_printf(out, "num_expands = 0\n"); in OPENSSL_LH_stats_bio()
77 BIO_printf(out, "num_expand_reallocs = 0\n"); in OPENSSL_LH_stats_bio()
78 BIO_printf(out, "num_contracts = 0\n"); in OPENSSL_LH_stats_bio()
79 BIO_printf(out, "num_contract_reallocs = 0\n"); in OPENSSL_LH_stats_bio()
80 BIO_printf(out, "num_hash_calls = 0\n"); in OPENSSL_LH_stats_bio()
81 BIO_printf(out, "num_comp_calls = 0\n"); in OPENSSL_LH_stats_bio()
82 BIO_printf(out, "num_insert = 0\n"); in OPENSSL_LH_stats_bio()
83 BIO_printf(out, "num_replace = 0\n"); in OPENSSL_LH_stats_bio()
84 BIO_printf(out, "num_delete = 0\n"); in OPENSSL_LH_stats_bio()
85 BIO_printf(out, "num_no_delete = 0\n"); in OPENSSL_LH_stats_bio()
86 BIO_printf(out, "num_retrieve = 0\n"); in OPENSSL_LH_stats_bio()
87 BIO_printf(out, "num_retrieve_miss = 0\n"); in OPENSSL_LH_stats_bio()
88 BIO_printf(out, "num_hash_comps = 0\n"); in OPENSSL_LH_stats_bio()
99 BIO_printf(out, "node %6u -> %3u\n", i, num); in OPENSSL_LH_node_stats_bio()
118 BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes); in OPENSSL_LH_node_usage_stats_bio()
119 BIO_printf(out, "%lu items\n", total); in OPENSSL_LH_node_usage_stats_bio()
122 BIO_printf(out, "load %d.%02d actual load %d.%02d\n", in OPENSSL_LH_node_usage_stats_bio()