Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dpqueue.h72 typedef struct _pqueue *pqueue; typedef
87 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);
/external/boringssl/src/ssl/pqueue/
Dpqueue_test.c22 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()
DCMakeLists.txt4 pqueue target
8 pqueue.c
Dpqueue.c93 pqueue pqueue_new(void) { in pqueue_new()
/external/boringssl/src/ssl/
DCMakeLists.txt3 add_subdirectory(pqueue)
36 $<TARGET_OBJECTS:pqueue>
Dinternal.h764 pqueue buffered_messages;
770 pqueue sent_messages;
Dd1_both.c764 pqueue sent = s->d1->sent_messages; in dtls1_retransmit_buffered_messages()
/external/iproute2/ip/
Dipntable.c275 __u32 pqueue; in ipntable_modify() local
279 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() local
546 fprintf(fp, "proxy_queue %u ", pqueue); in print_ntable()
/external/boringssl/
Dsources.mk291 src/ssl/pqueue/pqueue.c\