HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_LIST (Results 1 - 11 of 11) sorted by relevancy

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

Completed in 311 milliseconds