QUIC_REACTOR_WAIT_SLOT
DECLARE_LIST_OF(quic_reactor_wait_slot, QUIC_REACTOR_WAIT_SLOT);
OSSL_LIST_MEMBER(quic_reactor_wait_slot, QUIC_REACTOR_WAIT_SLOT);
DEFINE_LIST_OF_IMPL(quic_reactor_wait_slot, QUIC_REACTOR_WAIT_SLOT);
static void slot_activate(QUIC_REACTOR_WAIT_SLOT *slot)
static void slot_deactivate(QUIC_REACTOR_WAIT_SLOT *slot)
QUIC_REACTOR_WAIT_SLOT *slot;
if ((slot = OPENSSL_zalloc(sizeof(QUIC_REACTOR_WAIT_SLOT))) == NULL)
QUIC_REACTOR_WAIT_SLOT *slot;
QUIC_REACTOR_WAIT_SLOT *slot, *nslot;