Home
last modified time | relevance | path

Searched refs:event_handling_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_obj_local.h117 unsigned int event_handling_mode : 2; member
H A Dquic_impl.c3664 int event_handling_mode; in qctx_should_autotick() local
3667 for (; (event_handling_mode = obj->event_handling_mode) == SSL_VALUE_EVENT_HANDLING_MODE_INHERIT in qctx_should_autotick()
3670 return event_handling_mode != SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT; in qctx_should_autotick()
3711 ctx->obj->event_handling_mode = (int)value_out; in qc_getset_event_handling()
3713 value_out = ctx->obj->event_handling_mode; in qc_getset_event_handling()