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

/freebsd-13-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.h1752 typedef struct pqueue_st pqueue; typedef in typeref:struct:pqueue_st
1765 pqueue *pqueue_new(void);
1766 void pqueue_free(pqueue *pq);
1767 pitem *pqueue_insert(pqueue *pq, pitem *item);
1768 pitem *pqueue_peek(pqueue *pq);
1769 pitem *pqueue_pop(pqueue *pq);
1770 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1771 pitem *pqueue_iterator(pqueue *pq);
1773 size_t pqueue_size(pqueue *pq);
1784 pqueue *buffered_message
[all...]
H A Dd1_lib.c157 pqueue *buffered_messages;
158 pqueue *sent_messages;
/freebsd-13-stable/secure/lib/libssl/
H A DMakefile13 SRCS= bio_ssl.c d1_lib.c d1_msg.c d1_srtp.c methods.c packet.c pqueue.c
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.h91 struct pfioc_queue *pqueue; member in struct:pfctl
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Drec_layer_d1.c65 pqueue *unprocessed_rcds;
66 pqueue *processed_rcds;
67 pqueue *buffered_app_data;
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c1010 pqueue *sent = s->d1->sent_messages;
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c188 static STAILQ_HEAD(, peer) pqueue = STAILQ_HEAD_INITIALIZER(pqueue);
514 STAILQ_INSERT_TAIL(&pqueue, pe, next);
760 STAILQ_FOREACH(pe, &pqueue, next)
/freebsd-13-stable/sys/dev/atkbdc/
H A Dpsm.c438 packetbuf_t pqueue[PSM_PACKETQUEUE]; /* mouse data queue */ member in struct:psm_softc
2553 bzero(&sc->pqueue, sizeof(sc->pqueue));
3007 pb = &sc->pqueue[sc->pqueue_end];
4905 /* Invoke soft handler only when pqueue is empty. Otherwise it will be
4906 * invoked from psmintr soon with pqueue filled with real data */
4913 pb = &sc->pqueue[sc->pqueue_start];
4951 pb = &sc->pqueue[sc->pqueue_start];

Completed in 209 milliseconds