Searched refs:num_items (Results 1 – 8 of 8) sorted by relevance
22 for (j = (n); j < num_items; ++j) \37 size_t num_items, in SSL_poll() argument66 if (num_items == 0) in SSL_poll()70 for (i = 0; i < num_items; ++i) { in SSL_poll()
114 lh->num_items = 0; in OPENSSL_LH_flush()124 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()139 lh->num_items++; in OPENSSL_LH_insert()165 lh->num_items--; in OPENSSL_LH_delete()167 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()428 return lh ? lh->num_items : 0; in OPENSSL_LH_num_items()
33 unsigned long num_items; member
73 BIO_printf(out, "num_items = %lu\n", lh->num_items); in OPENSSL_LH_stats_bio()
68 size_t num_items,122 array need remain allocated only for the duration of the call. I<num_items> must
348 /* num_items */
2483 size_t num_items,
1862 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other
Completed in 76 milliseconds