OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pqueue
(Results
1 - 10
of
10
) sorted by null
/external/openssl/crypto/pqueue/
pqueue.h
1
/* 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
pq)
[
all
...]
pq_test.c
1
/* crypto/
pqueue
/pq_test.c */
60
#include "
pqueue
.h"
66
pqueue
pq;
/external/openssl/include/openssl/
pqueue.h
1
/* 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
pq)
[
all
...]
dtls1.h
64
#include <openssl/
pqueue
.h>
163
pqueue
q;
208
pqueue
buffered_messages;
211
pqueue
sent_messages;
/external/openssl/ssl/
dtls1.h
64
#include <openssl/
pqueue
.h>
163
pqueue
q;
208
pqueue
buffered_messages;
211
pqueue
sent_messages;
d1_lib.c
202
pqueue
unprocessed_rcds;
203
pqueue
processed_rcds;
204
pqueue
buffered_messages;
205
pqueue
sent_messages;
206
pqueue
buffered_app_data;
Makefile
119
bio_ssl.o: ../include/openssl/pkcs7.h ../include/openssl/
pqueue
.h
138
d1_both.o: ../include/openssl/
pqueue
.h ../include/openssl/rand.h
159
d1_clnt.o: ../include/openssl/pkcs7.h ../include/openssl/
pqueue
.h
179
d1_enc.o: ../include/openssl/pkcs7.h ../include/openssl/
pqueue
.h
199
d1_lib.o: ../include/openssl/
pqueue
.h ../include/openssl/rsa.h
218
d1_meth.o: ../include/openssl/
pqueue
.h ../include/openssl/rsa.h
237
d1_pkt.o: ../include/openssl/
pqueue
.h ../include/openssl/rand.h
258
d1_srvr.o: ../include/openssl/pkcs7.h ../include/openssl/
pqueue
.h
277
kssl.o: ../include/openssl/pkcs7.h ../include/openssl/
pqueue
.h
296
s23_clnt.o: ../include/openssl/
pqueue
.h ../include/openssl/rand.
[
all
...]
d1_both.c
1119
pqueue
sent = s->d1->sent_messages;
[
all
...]
d1_pkt.c
122
#include <openssl/
pqueue
.h>
[
all
...]
/external/iproute2/ip/
ipntable.c
275
__u32
pqueue
;
local
279
if (get_u32(&
pqueue
, *argv, 0))
283
NDTPA_PROXY_QLEN,
pqueue
);
545
__u32
pqueue
= *(__u32 *)RTA_DATA(tpb[NDTPA_PROXY_QLEN]);
local
546
fprintf(fp, "proxy_queue %u ",
pqueue
);
Completed in 326 milliseconds