Searched refs:OSSL_LIST_MEMBER (Results 1 – 11 of 11) sorted by relevance
/openssl/test/ |
H A D | list_test.c | 24 OSSL_LIST_MEMBER(fizz, TESTL); 25 OSSL_LIST_MEMBER(buzz, TESTL); 90 OSSL_LIST_MEMBER(int, INTL);
|
/openssl/doc/internal/man3/ |
H A D | DEFINE_LIST_OF.pod | 5 DEFINE_LIST_OF, OSSL_LIST_MEMBER, OSSL_LIST, 21 OSSL_LIST_MEMBER(NAME, TYPE); 57 B<OSSL_LIST_MEMBER>(B<I<TYPE>>, B<I<TYPE>>) field. 111 OSSL_LIST_MEMBER(new_items, ITEM);
|
/openssl/ssl/quic/ |
H A D | quic_port_local.h | 51 OSSL_LIST_MEMBER(port, QUIC_PORT);
|
H A D | quic_channel_local.h | 37 OSSL_LIST_MEMBER(ch, struct quic_channel_st);
|
H A D | quic_rcidm.c | 127 OSSL_LIST_MEMBER(retiring, struct rcid_st); /* valid iff RETIRING */
|
H A D | quic_record_tx.c | 27 OSSL_LIST_MEMBER(txe, TXE);
|
H A D | quic_record_rx.c | 46 OSSL_LIST_MEMBER(rxe, RXE);
|
/openssl/include/internal/ |
H A D | uint_set.h | 33 OSSL_LIST_MEMBER(uint_set, UINT_SET_ITEM);
|
H A D | quic_demux.h | 90 OSSL_LIST_MEMBER(urxe, QUIC_URXE);
|
H A D | quic_ackm.h | 125 OSSL_LIST_MEMBER(tx_history, OSSL_ACKM_TX_PKT);
|
H A D | list.h | 55 # define OSSL_LIST_MEMBER(name, type) \ macro
|
Completed in 32 milliseconds