Searched refs:PRIORITY_QUEUE_OF (Results 1 – 5 of 5) sorted by relevance
17 # define PRIORITY_QUEUE_OF(type) OSSL_PRIORITY_QUEUE_ ## type macro20 typedef struct ossl_priority_queue_st_ ## type PRIORITY_QUEUE_OF(type); \21 static ossl_unused ossl_inline PRIORITY_QUEUE_OF(type) * \24 return (PRIORITY_QUEUE_OF(type) *)ossl_pqueue_new( \28 ossl_pqueue_##type##_free(PRIORITY_QUEUE_OF(type) *pq) \33 ossl_pqueue_##type##_pop_free(PRIORITY_QUEUE_OF(type) *pq, \39 ossl_pqueue_##type##_reserve(PRIORITY_QUEUE_OF(type) *pq, size_t n) \44 ossl_pqueue_##type##_num(const PRIORITY_QUEUE_OF(type) *pq) \49 ossl_pqueue_##type##_push(PRIORITY_QUEUE_OF(type) *pq, \55 ossl_pqueue_##type##_peek(const PRIORITY_QUEUE_OF(type) *pq) \[all …]
5 DEFINE_PRIORITY_QUEUE_OF, PRIORITY_QUEUE_OF,19 PRIORITY_QUEUE_OF(type);23 size_t ossl_pqueue_TYPE_num(const PRIORITY_QUEUE_OF(type) *pq);26 void ossl_pqueue_TYPE_free(PRIORITY_QUEUE_OF(type) *pq);27 void ossl_pqueue_TYPE_pop_free(PRIORITY_QUEUE_OF(type) *pq,29 int ossl_pqueue_TYPE_reserve(PRIORITY_QUEUE_OF(type) *pq, size_t n);30 int ossl_pqueue_TYPE_push(PRIORITY_QUEUE_OF(type) *pq, type *data,32 type *ossl_pqueue_TYPE_peek(const PRIORITY_QUEUE_OF(type) *pq);33 type *ossl_pqueue_TYPE_pop(const PRIORITY_QUEUE_OF(type) *pq);42 The PRIORITY_QUEUE_OF() macro returns the name for a priority queue[all …]
54 PRIORITY_QUEUE_OF(size_t) *pq = NULL; in test_size_t_priority_queue_int()185 PRIORITY_QUEUE_OF(INFO) *pq = ossl_pqueue_INFO_new(cmp); in test_22644()
102 PRIORITY_QUEUE_OF(NET_PKT) *pkts;
194 PRIORITY_QUEUE_OF(RCID) *rcids;
Completed in 13 milliseconds