Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dpriority_queue.c291 size_t new_max, cur_max; in ossl_pqueue_reserve() local
297 cur_max = pq->hmax; in ossl_pqueue_reserve()
298 if (pq->htop + n < cur_max) in ossl_pqueue_reserve()
301 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()
322 pqueue_add_freelist(pq, cur_max); in ossl_pqueue_reserve()

Completed in 10 milliseconds