Symbol: OSSL_LIST
crypto/openssl/include/internal/list.h
123
ossl_list_##name##_remove(OSSL_LIST(name) * list, type * elem) \
crypto/openssl/include/internal/list.h
140
ossl_list_##name##_insert_head(OSSL_LIST(name) * list, type * elem) \
crypto/openssl/include/internal/list.h
154
ossl_list_##name##_insert_tail(OSSL_LIST(name) * list, type * elem) \
crypto/openssl/include/internal/list.h
168
ossl_list_##name##_insert_before(OSSL_LIST(name) * list, type * e, \
crypto/openssl/include/internal/list.h
183
ossl_list_##name##_insert_after(OSSL_LIST(name) * list, type * e, \
crypto/openssl/include/internal/list.h
70
ossl_list_##name##_init(OSSL_LIST(name) * list) \
crypto/openssl/include/internal/list.h
81
ossl_list_##name##_is_empty(const OSSL_LIST(name) * list) \
crypto/openssl/include/internal/list.h
86
ossl_list_##name##_num(const OSSL_LIST(name) * list) \
crypto/openssl/include/internal/list.h
91
ossl_list_##name##_head(const OSSL_LIST(name) * list) \
crypto/openssl/include/internal/list.h
98
ossl_list_##name##_tail(const OSSL_LIST(name) * list) \
crypto/openssl/include/internal/quic_demux.h
156
typedef OSSL_LIST(urxe) QUIC_URXE_LIST;
crypto/openssl/include/internal/quic_reactor_wait_ctx.h
89
OSSL_LIST(quic_reactor_wait_slot)
crypto/openssl/include/internal/uint_set.h
39
typedef OSSL_LIST(uint_set) UINT_SET;
crypto/openssl/ssl/quic/quic_ackm.c
33
OSSL_LIST(tx_history)
crypto/openssl/ssl/quic/quic_engine_local.h
51
OSSL_LIST(port)
crypto/openssl/ssl/quic/quic_port_local.h
67
OSSL_LIST(ch)
crypto/openssl/ssl/quic/quic_port_local.h
74
OSSL_LIST(incoming_ch)
crypto/openssl/ssl/quic/quic_rcidm.c
213
OSSL_LIST(retiring)
crypto/openssl/ssl/quic/quic_record_rx.c
83
typedef OSSL_LIST(rxe) RXE_LIST;
crypto/openssl/ssl/quic/quic_record_tx.c
43
typedef OSSL_LIST(txe) TXE_LIST;
crypto/openssl/test/list_test.c
100
OSSL_LIST(int)
crypto/openssl/test/list_test.c
33
OSSL_LIST(fizz)
crypto/openssl/test/list_test.c
35
OSSL_LIST(buzz)