Lines Matching refs:queue
11 - priority queue container
38 Create a type safe priority queue container. These macros define typesafe
42 The PRIORITY_QUEUE_OF() macro returns the name for a priority queue
47 priority queue of B<I<TYPE>> elements. The type is represented by
54 B<ossl_pqueue_I<TYPE>_new>() allocates a new priority queue using
73 into the priority queue I<pq>. If not NULL, the function returns an index
81 in I<pq> and removes that element from the priority queue.
87 what happens if an attempt to remove an element that isn't in the queue is
93 priority queue or B<0> if the passed priority queue is NULL.
95 B<ossl_pqueue_I<TYPE>_new>() returns an empty priority queue or NULL if
107 the data from the smallest element in the priority queue.