Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dpriority_queue.c297 size_t new_max, cur_max; in ossl_pqueue_reserve() local
303 cur_max = pq->hmax; in ossl_pqueue_reserve()
304 if (pq->htop + n < cur_max) in ossl_pqueue_reserve()
307 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()
324 pqueue_add_freelist(pq, cur_max); in ossl_pqueue_reserve()

Completed in 5 milliseconds