Lines Matching refs:BIO_printf
182 BIO_printf(out,"num_items = %lu\n",lh->num_items); in lh_stats_bio()
183 BIO_printf(out,"num_nodes = %u\n",lh->num_nodes); in lh_stats_bio()
184 BIO_printf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes); in lh_stats_bio()
185 BIO_printf(out,"num_expands = %lu\n",lh->num_expands); in lh_stats_bio()
186 BIO_printf(out,"num_expand_reallocs = %lu\n", in lh_stats_bio()
188 BIO_printf(out,"num_contracts = %lu\n",lh->num_contracts); in lh_stats_bio()
189 BIO_printf(out,"num_contract_reallocs = %lu\n", in lh_stats_bio()
191 BIO_printf(out,"num_hash_calls = %lu\n",lh->num_hash_calls); in lh_stats_bio()
192 BIO_printf(out,"num_comp_calls = %lu\n",lh->num_comp_calls); in lh_stats_bio()
193 BIO_printf(out,"num_insert = %lu\n",lh->num_insert); in lh_stats_bio()
194 BIO_printf(out,"num_replace = %lu\n",lh->num_replace); in lh_stats_bio()
195 BIO_printf(out,"num_delete = %lu\n",lh->num_delete); in lh_stats_bio()
196 BIO_printf(out,"num_no_delete = %lu\n",lh->num_no_delete); in lh_stats_bio()
197 BIO_printf(out,"num_retrieve = %lu\n",lh->num_retrieve); in lh_stats_bio()
198 BIO_printf(out,"num_retrieve_miss = %lu\n",lh->num_retrieve_miss); in lh_stats_bio()
199 BIO_printf(out,"num_hash_comps = %lu\n",lh->num_hash_comps); in lh_stats_bio()
201 BIO_printf(out,"p = %u\n",lh->p); in lh_stats_bio()
202 BIO_printf(out,"pmax = %u\n",lh->pmax); in lh_stats_bio()
203 BIO_printf(out,"up_load = %lu\n",lh->up_load); in lh_stats_bio()
204 BIO_printf(out,"down_load = %lu\n",lh->down_load); in lh_stats_bio()
217 BIO_printf(out,"node %6u -> %3u\n",i,num); in lh_node_stats_bio()
238 BIO_printf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes); in lh_node_usage_stats_bio()
239 BIO_printf(out,"%lu items\n",total); in lh_node_usage_stats_bio()
241 BIO_printf(out,"load %d.%02d actual load %d.%02d\n", in lh_node_usage_stats_bio()