Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dpqueue.c38 pqueue *pqueue_new(void) in pqueue_new()
40 pqueue *pq = OPENSSL_zalloc(sizeof(*pq)); in pqueue_new()
48 void pqueue_free(pqueue *pq) in pqueue_free()
53 pitem *pqueue_insert(pqueue *pq, pitem *item) in pqueue_insert()
89 pitem *pqueue_peek(pqueue *pq) in pqueue_peek()
94 pitem *pqueue_pop(pqueue *pq) in pqueue_pop()
104 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be) in pqueue_find()
129 pitem *pqueue_iterator(pqueue *pq) in pqueue_iterator()
148 size_t pqueue_size(pqueue *pq) in pqueue_size()
H A Dssl_local.h1877 typedef struct pqueue_st pqueue; typedef
1890 pqueue *pqueue_new(void);
1891 void pqueue_free(pqueue *pq);
1892 pitem *pqueue_insert(pqueue *pq, pitem *item);
1893 pitem *pqueue_peek(pqueue *pq);
1894 pitem *pqueue_pop(pqueue *pq);
1895 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1896 pitem *pqueue_iterator(pqueue *pq);
1898 size_t pqueue_size(pqueue *pq);
1909 pqueue *buffered_messages;
[all …]
H A Dbuild.info19 pqueue.c \
H A Dd1_lib.c174 pqueue *buffered_messages; in dtls1_clear()
175 pqueue *sent_messages; in dtls1_clear()
/freebsd/secure/lib/libssl/
H A DMakefile14 SRCS= bio_ssl.c d1_lib.c d1_msg.c d1_srtp.c methods.c pqueue.c
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c65 pqueue *unprocessed_rcds; in DTLS_RECORD_LAYER_clear()
66 pqueue *processed_rcds; in DTLS_RECORD_LAYER_clear()
67 pqueue *buffered_app_data; in DTLS_RECORD_LAYER_clear()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h87 struct pfioc_queue *pqueue; member
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c166 static STAILQ_HEAD(, peer) pqueue = STAILQ_HEAD_INITIALIZER(pqueue);
424 STAILQ_INSERT_TAIL(&pqueue, pe, next); in addpeer()
695 while (!STAILQ_EMPTY(&pqueue)) { in main()
696 struct peer *pe = STAILQ_FIRST(&pqueue); in main()
697 STAILQ_REMOVE_HEAD(&pqueue, next); in main()
/freebsd/crypto/openssl/util/
H A Dindent.pro630 -T pqueue
/freebsd/sys/dev/atkbdc/
H A Dpsm.c449 packetbuf_t pqueue[PSM_PACKETQUEUE]; /* mouse data queue */ member
2546 bzero(&sc->pqueue, sizeof(sc->pqueue));
3000 pb = &sc->pqueue[sc->pqueue_end];
4897 pb = &sc->pqueue[sc->pqueue_start];
4935 pb = &sc->pqueue[sc->pqueue_start];
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c1088 pqueue *sent = s->d1->sent_messages; in dtls1_retransmit_buffered_messages()
/freebsd/
H A DObsoleteFiles.inc11400 OLD_FILES+=usr/include/openssl/pqueue.h