Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dpriority_queue.c54 size_t hmax; /* Allocated heap & element space */ member
259 if (pq == NULL || elem >= pq->hmax || pq->htop == 0) in ossl_pqueue_remove()
280 for (i = from; i < pq->hmax; i++) in pqueue_add_freelist()
284 for (i = from + 1; i < pq->hmax; i++) in pqueue_add_freelist()
286 pq->freelist = pq->hmax - 1; in pqueue_add_freelist()
297 cur_max = pq->hmax; in ossl_pqueue_reserve()
321 pq->hmax = new_max; in ossl_pqueue_reserve()
339 pq->hmax = min_nodes; in ossl_pqueue_new()

Completed in 7 milliseconds