Searched refs:pqueue_s (Results 1 – 1 of 1) sorted by relevance
68 } pqueue_s; typedef92 pqueue_s *95 return calloc(1, sizeof(pqueue_s)); in pqueue_new()99 pqueue_free(pqueue_s *pq) in pqueue_free()105 pqueue_insert(pqueue_s *pq, pitem *item) in pqueue_insert()140 pqueue_peek(pqueue_s *pq) in pqueue_peek()146 pqueue_pop(pqueue_s *pq) in pqueue_pop()157 pqueue_find(pqueue_s *pq, unsigned char *prio64be) in pqueue_find()170 pqueue_iterator(pqueue_s *pq) in pqueue_iterator()191 pqueue_size(pqueue_s *pq) in pqueue_size()