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

/freebsd-12-stable/crypto/openssl/ssl/
H A Dpqueue.c38 pqueue *pqueue_new(void)
40 pqueue *pq = OPENSSL_zalloc(sizeof(*pq));
48 void pqueue_free(pqueue *pq)
53 pitem *pqueue_insert(pqueue *pq, pitem *item)
89 pitem *pqueue_peek(pqueue *pq)
94 pitem *pqueue_pop(pqueue *pq)
104 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be)
129 pitem *pqueue_iterator(pqueue *pq)
148 size_t pqueue_size(pqueue *pq)
H A Dssl_local.h1750 typedef struct pqueue_st pqueue; typedef in typeref:struct:pqueue_st
1763 pqueue *pqueue_new(void);
1764 void pqueue_free(pqueue *pq);
1765 pitem *pqueue_insert(pqueue *pq, pitem *item);
1766 pitem *pqueue_peek(pqueue *pq);
1767 pitem *pqueue_pop(pqueue *pq);
1768 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1769 pitem *pqueue_iterator(pqueue *pq);
1771 size_t pqueue_size(pqueue *pq);
1782 pqueue *buffered_message
[all...]
H A Dd1_lib.c157 pqueue *buffered_messages;
158 pqueue *sent_messages;
/freebsd-12-stable/secure/lib/libssl/
H A DMakefile11 SRCS= bio_ssl.c d1_lib.c d1_msg.c d1_srtp.c methods.c packet.c pqueue.c
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h91 struct pfioc_queue *pqueue; member in struct:pfctl
/freebsd-12-stable/crypto/openssl/ssl/record/
H A Drec_layer_d1.c65 pqueue *unprocessed_rcds;
66 pqueue *processed_rcds;
67 pqueue *buffered_app_data;
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c188 static STAILQ_HEAD(, peer) pqueue = STAILQ_HEAD_INITIALIZER(pqueue);
509 STAILQ_INSERT_TAIL(&pqueue, pe, next);
739 STAILQ_FOREACH(pe, &pqueue, next)
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c1010 pqueue *sent = s->d1->sent_messages;
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c437 packetbuf_t pqueue[PSM_PACKETQUEUE]; /* mouse data queue */ member in struct:psm_softc
2552 bzero(&sc->pqueue, sizeof(sc->pqueue));
3005 pb = &sc->pqueue[sc->pqueue_end];
4904 /* Invoke soft handler only when pqueue is empty. Otherwise it will be
4905 * invoked from psmintr soon with pqueue filled with real data */
4912 pb = &sc->pqueue[sc->pqueue_start];
4950 pb = &sc->pqueue[sc->pqueue_start];

Completed in 285 milliseconds