Searched refs:max_nodes (Results 1 – 1 of 1) 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()257 if (st == NULL || st->num == max_nodes) in OPENSSL_sk_insert()
Completed in 4 milliseconds