Home
last modified time | relevance | path

Searched refs:num_items (Results 1 – 8 of 8) sorted by relevance

/openssl/ssl/rio/
H A Dpoll_immediate.c22 for (j = (n); j < num_items; ++j) \
37 size_t num_items, in SSL_poll() argument
66 if (num_items == 0) in SSL_poll()
70 for (i = 0; i < num_items; ++i) { in SSL_poll()
/openssl/crypto/lhash/
H A Dlhash.c114 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()
H A Dlhash_local.h33 unsigned long num_items; member
H A Dlh_stats.c73 BIO_printf(out, "num_items = %lu\n", lh->num_items); in OPENSSL_LH_stats_bio()
/openssl/doc/man3/
H A DSSL_poll.pod68 size_t num_items,
122 array need remain allocated only for the duration of the call. I<num_items> must
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod348 /* num_items */
/openssl/include/openssl/
H A Dssl.h.in2483 size_t num_items,
/openssl/
H A DCHANGES.md1799 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other

Completed in 76 milliseconds