Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/stack/
H A Dstack.c24 static const int max_nodes = SIZE_MAX / sizeof(void *) < INT_MAX variable
164 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()
/openssl/ssl/
H A Dpriority_queue.c62 static const size_t max_nodes = variable
93 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 20 milliseconds