/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | pqueue.c | 38 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 D | ssl_local.h | 1877 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 D | build.info | 19 pqueue.c \
|
H A D | d1_lib.c | 174 pqueue *buffered_messages; in dtls1_clear() 175 pqueue *sent_messages; in dtls1_clear()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | pqueue.c | 38 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 D | ssl_local.h | 1750 typedef struct pqueue_st pqueue; typedef 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_messages; [all …]
|
H A D | build.info | 3 pqueue.c packet.c \
|
H A D | d1_lib.c | 157 pqueue *buffered_messages; in dtls1_clear() 158 pqueue *sent_messages; in dtls1_clear()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | pqueue.inc | 1 # $NetBSD: pqueue.inc,v 1.1 2009/07/19 23:30:44 christos Exp $ 8 .PATH: ${OPENSSLSRC}/crypto/pqueue 11 PQUEUE_SRCS = pqueue.c 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/pqueue
|
H A D | srcs.inc | 51 pqueue.inc \
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | pqueue.inc | 1 # $NetBSD: pqueue.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $ 8 .PATH: ${OPENSSLSRC}/crypto/pqueue 11 PQUEUE_SRCS = pqueue.c 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/pqueue
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lists.cc | 168 rtx_insn_list **pqueue = &new_queue; in copy_INSN_LIST() local 174 *pqueue = newlink; in copy_INSN_LIST() 175 pqueue = (rtx_insn_list **)&XEXP (newlink, 1); in copy_INSN_LIST() 177 *pqueue = NULL; in copy_INSN_LIST()
|
H A D | trans-mem.cc | 4433 ipa_tm_scan_irr_blocks (vec<basic_block> *pqueue, bitmap new_irr, in ipa_tm_scan_irr_blocks() argument 4443 basic_block bb = pqueue->pop (); in ipa_tm_scan_irr_blocks() 4460 pqueue->safe_push (e->dest); in ipa_tm_scan_irr_blocks() 4464 while (!pqueue->is_empty ()); in ipa_tm_scan_irr_blocks()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lists.c | 168 rtx_insn_list **pqueue = &new_queue; in copy_INSN_LIST() local 174 *pqueue = newlink; in copy_INSN_LIST() 175 pqueue = (rtx_insn_list **)&XEXP (newlink, 1); in copy_INSN_LIST() 177 *pqueue = NULL; in copy_INSN_LIST()
|
H A D | trans-mem.c | 4433 ipa_tm_scan_irr_blocks (vec<basic_block> *pqueue, bitmap new_irr, in ipa_tm_scan_irr_blocks() argument 4443 basic_block bb = pqueue->pop (); in ipa_tm_scan_irr_blocks() 4460 pqueue->safe_push (e->dest); in ipa_tm_scan_irr_blocks() 4464 while (!pqueue->is_empty ()); in ipa_tm_scan_irr_blocks()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | Makefile | 36 .PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/pqueue ${OPENSSLSRC}/include/openssl
|
H A D | ssl.inc | 19 pqueue.c \
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.inc | 19 pqueue.c \
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | rec_layer_d1.c | 65 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
H A D | rec_layer_d1.c | 65 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()
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl_parser.h | 85 struct pfioc_queue *pqueue; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | indent.pro | 630 -T pqueue
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | indent.pro | 629 -T pqueue
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | statem_dtls.c | 1010 pqueue *sent = s->d1->sent_messages; in dtls1_retransmit_buffered_messages()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_dtls.c | 1088 pqueue *sent = s->d1->sent_messages; in dtls1_retransmit_buffered_messages()
|