Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dpriority_queue.c37 struct pq_heap_st { struct
50 struct pq_heap_st *heap; argument
63 SIZE_MAX / (sizeof(struct pq_heap_st) > sizeof(struct pq_elem_st)
64 ? sizeof(struct pq_heap_st) : sizeof(struct pq_elem_st));
107 struct pq_heap_st *h = pq->heap, t_h; in pqueue_swap_elem()
123 struct pq_heap_st *h = pq->heap; in pqueue_move_elem()
154 struct pq_heap_st *h = pq->heap; in pqueue_move_down()
174 struct pq_heap_st *h = pq->heap; in pqueue_move_up()
298 struct pq_heap_st *h; in ossl_pqueue_reserve()

Completed in 4 milliseconds