Searched refs:max_nodes (Results 1 – 2 of 2) sorted by relevance
24 static const int max_nodes = SIZE_MAX / sizeof(void *) < INT_MAX variable164 if (current >= max_nodes) in compute_growth()170 if (current >= max_nodes) in compute_growth()171 current = max_nodes; in compute_growth()183 if (n > max_nodes - st->num) { in sk_reserve()264 if (st->num == max_nodes) { in OPENSSL_sk_insert()
62 static const size_t max_nodes = variable93 if (current >= max_nodes) in compute_pqueue_growth()99 if (current >= max_nodes) in compute_pqueue_growth()100 current = max_nodes; in compute_pqueue_growth()
Completed in 8 milliseconds