Searched refs:pqueue (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/pqueue/
H A Dpqueue.h1 /* crypto/pqueue/pqueue.h */
67 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
81 pqueue pqueue_new(void);
82 void pqueue_free(pqueue pq);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue p
[all...]
H A Dpq_test.c1 /* crypto/pqueue/pq_test.c */
60 #include "pqueue.h"
66 pqueue pq;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dpqueue.h1 /* crypto/pqueue/pqueue.h */
67 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
81 pqueue pqueue_new(void);
82 void pqueue_free(pqueue pq);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue p
[all...]
H A Ddtls1.h64 #include <openssl/pqueue.h>
172 pqueue q;
217 pqueue buffered_messages;
220 pqueue sent_messages;
/external/openssl/crypto/pqueue/
H A Dpqueue.h1 /* crypto/pqueue/pqueue.h */
67 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
81 pqueue pqueue_new(void);
82 void pqueue_free(pqueue pq);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue p
[all...]
H A Dpq_test.c1 /* crypto/pqueue/pq_test.c */
60 #include "pqueue.h"
66 pqueue pq;
/external/openssl/include/openssl/
H A Dpqueue.h1 /* crypto/pqueue/pqueue.h */
67 typedef struct _pqueue *pqueue; typedef in typeref:struct:_pqueue
81 pqueue pqueue_new(void);
82 void pqueue_free(pqueue pq);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue p
[all...]
H A Ddtls1.h64 #include <openssl/pqueue.h>
172 pqueue q;
217 pqueue buffered_messages;
220 pqueue sent_messages;
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ddtls1.h64 #include <openssl/pqueue.h>
172 pqueue q;
217 pqueue buffered_messages;
220 pqueue sent_messages;
H A Dd1_lib.c203 pqueue unprocessed_rcds;
204 pqueue processed_rcds;
205 pqueue buffered_messages;
206 pqueue sent_messages;
207 pqueue buffered_app_data;
H A Dd1_both.c1141 pqueue sent = s->d1->sent_messages;
H A Dd1_pkt.c122 #include <openssl/pqueue.h>
/external/openssl/ssl/
H A Ddtls1.h64 #include <openssl/pqueue.h>
172 pqueue q;
217 pqueue buffered_messages;
220 pqueue sent_messages;
H A Dd1_lib.c203 pqueue unprocessed_rcds;
204 pqueue processed_rcds;
205 pqueue buffered_messages;
206 pqueue sent_messages;
207 pqueue buffered_app_data;
H A Dd1_both.c1132 pqueue sent = s->d1->sent_messages;
H A Dd1_pkt.c122 #include <openssl/pqueue.h>
/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);
/external/chromium_org/third_party/openssl/openssl/
H A DCrypto-config.mk427 crypto/pqueue/pqueue.c \
/external/openssl/
H A DCrypto-config.mk423 crypto/pqueue/pqueue.c \
/external/chromium_org/third_party/openssl/
H A Dopenssl.target.darwin-arm.mk418 third_party/openssl/openssl/crypto/pqueue/pqueue.c \
H A Dopenssl.target.darwin-mips.mk417 third_party/openssl/openssl/crypto/pqueue/pqueue.c \
H A Dopenssl.target.darwin-x86.mk412 third_party/openssl/openssl/crypto/pqueue/pqueue.c \
H A Dopenssl.target.linux-arm.mk418 third_party/openssl/openssl/crypto/pqueue/pqueue.c \
H A Dopenssl.target.linux-mips.mk417 third_party/openssl/openssl/crypto/pqueue/pqueue.c \
H A Dopenssl.target.linux-x86.mk412 third_party/openssl/openssl/crypto/pqueue/pqueue.c \

Completed in 631 milliseconds