Home
last modified time | relevance | path

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

/freebsd/crypto/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()
265 if (st->num == max_nodes) { in OPENSSL_sk_insert()
/freebsd/crypto/openssl/ssl/
H A Dpriority_queue.c62 static const size_t max_nodes = SIZE_MAX / (sizeof(struct pq_heap_st) > sizeof(struct pq_elem_st) ?… variable
91 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()