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
165 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()
/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 8 milliseconds