Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_local.h88 unsigned int event_handling_mode : 2; member
225 unsigned int event_handling_mode : 2; member
H A Dquic_impl.c3332 int event_handling_mode; in qctx_should_autotick() local
3335 event_handling_mode = ctx->xso->event_handling_mode; in qctx_should_autotick()
3336 if (event_handling_mode != SSL_VALUE_EVENT_HANDLING_MODE_INHERIT) in qctx_should_autotick()
3337 return event_handling_mode != SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT; in qctx_should_autotick()
3340 event_handling_mode = ctx->qc->event_handling_mode; in qctx_should_autotick()
3341 return event_handling_mode != SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT; in qctx_should_autotick()
3383 ctx->xso->event_handling_mode = (int)value_out; in qc_getset_event_handling()
3385 ctx->qc->event_handling_mode = (int)value_out; in qc_getset_event_handling()
3388 ? ctx->xso->event_handling_mode in qc_getset_event_handling()
3389 : ctx->qc->event_handling_mode; in qc_getset_event_handling()

Completed in 21 milliseconds