Searched refs:pqueue (Results 1 – 9 of 9) sorted by relevance
72 typedef struct _pqueue *pqueue; typedef87 OPENSSL_EXPORT pqueue pqueue_new(void);91 OPENSSL_EXPORT void pqueue_free(pqueue pq);110 OPENSSL_EXPORT pitem *pqueue_peek(pqueue pq);114 OPENSSL_EXPORT pitem *pqueue_find(pqueue pq, uint8_t *prio64be);120 OPENSSL_EXPORT pitem *pqueue_insert(pqueue pq, pitem *item);124 OPENSSL_EXPORT pitem *pqueue_pop(pqueue pq);127 OPENSSL_EXPORT size_t pqueue_size(pqueue pq);134 OPENSSL_EXPORT piterator pqueue_iterator(pqueue pq);
22 static void clear_and_free_queue(pqueue q) { in clear_and_free_queue()34 pqueue q = pqueue_new(); in trivial()62 pqueue q = pqueue_new(); in fixed_random()
4 pqueue target8 pqueue.c
93 pqueue pqueue_new(void) { in pqueue_new()
3 add_subdirectory(pqueue)36 $<TARGET_OBJECTS:pqueue>
764 pqueue buffered_messages;770 pqueue sent_messages;
764 pqueue sent = s->d1->sent_messages; in dtls1_retransmit_buffered_messages()
275 __u32 pqueue; in ipntable_modify() local279 if (get_u32(&pqueue, *argv, 0)) in ipntable_modify()283 NDTPA_PROXY_QLEN, pqueue); in ipntable_modify()545 __u32 pqueue = rta_getattr_u32(tpb[NDTPA_PROXY_QLEN]); in print_ntable() local546 fprintf(fp, "proxy_queue %u ", pqueue); in print_ntable()
291 src/ssl/pqueue/pqueue.c\