Searched refs:max_nodes (Results 1 – 2 of 2) sorted by relevance
24 static const int max_nodes = SIZE_MAX / sizeof(void *) < INT_MAX variable165 if (current >= max_nodes) in compute_growth()171 if (current >= max_nodes) in compute_growth()172 current = max_nodes; in compute_growth()184 if (n > max_nodes - st->num) { in sk_reserve()265 if (st->num == max_nodes) { in OPENSSL_sk_insert()
62 static const size_t max_nodes = SIZE_MAX / (sizeof(struct pq_heap_st) > sizeof(struct pq_elem_st) ?… variable91 if (current >= max_nodes) in compute_pqueue_growth()97 if (current >= max_nodes) in compute_pqueue_growth()98 current = max_nodes; in compute_pqueue_growth()