Searched refs:DEFINE_LIST_OF (Results 1 – 10 of 10) sorted by relevance
/openssl/test/ |
H A D | list_test.c | 28 DEFINE_LIST_OF(fizz, TESTL); 29 DEFINE_LIST_OF(buzz, TESTL); 93 DEFINE_LIST_OF(int, INTL);
|
/openssl/doc/internal/man3/ |
H A D | DEFINE_LIST_OF.pod | 5 DEFINE_LIST_OF, OSSL_LIST_MEMBER, OSSL_LIST, 22 DEFINE_LIST_OF(NAME, TYPE); 53 DEFINE_LIST_OF() creates a set of functions for a list of B<I<TYPE>> 115 DEFINE_LIST_OF(new_items, ITEM);
|
/openssl/include/internal/ |
H A D | uint_set.h | 37 DEFINE_LIST_OF(uint_set, UINT_SET_ITEM);
|
H A D | quic_demux.h | 155 DEFINE_LIST_OF(urxe, QUIC_URXE);
|
H A D | list.h | 199 # define DEFINE_LIST_OF(name, type) \ macro
|
/openssl/ssl/quic/ |
H A D | quic_fifd.c | 14 DEFINE_LIST_OF(tx_history, OSSL_ACKM_TX_PKT);
|
H A D | quic_rcidm.c | 137 DEFINE_LIST_OF(retiring, RCID);
|
H A D | quic_record_tx.c | 42 DEFINE_LIST_OF(txe, TXE);
|
H A D | quic_record_rx.c | 82 DEFINE_LIST_OF(rxe, RXE);
|
H A D | quic_ackm.c | 15 DEFINE_LIST_OF(tx_history, OSSL_ACKM_TX_PKT);
|
Completed in 37 milliseconds