Searched defs:pqueue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dpqueue.h72 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
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/openssl/crypto/pqueue/
H A Dpqueue.h1 /* crypto/pqueue/pqueue.h */
70 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
84 pqueue pqueue_new(void);
85 void pqueue_free(pqueue pq);
87 pitem *pqueue_insert(pqueue pq, pitem *item);
88 pitem *pqueue_peek(pqueue pq);
89 pitem *pqueue_pop(pqueue pq);
90 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
91 pitem *pqueue_iterator(pqueue p
[all...]
/external/openssl/include/openssl/
H A Dpqueue.h1 /* crypto/pqueue/pqueue.h */
70 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
84 pqueue pqueue_new(void);
85 void pqueue_free(pqueue pq);
87 pitem *pqueue_insert(pqueue pq, pitem *item);
88 pitem *pqueue_peek(pqueue pq);
89 pitem *pqueue_pop(pqueue pq);
90 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
91 pitem *pqueue_iterator(pqueue p
[all...]
/external/iproute2/ip/
H A Dipntable.c275 __u32 pqueue; local
279 if (get_u32(&pqueue, *argv, 0))
283 NDTPA_PROXY_QLEN, pqueue);
545 __u32 pqueue = rta_getattr_u32(tpb[NDTPA_PROXY_QLEN]); local
546 fprintf(fp, "proxy_queue %u ", pqueue);

Completed in 162 milliseconds