Searched refs:value_out (Results 1 – 1 of 1) sorted by relevance
3258 uint64_t value_out = 0, value_in; in qc_getset_idle_timeout() local3264 value_out = ossl_quic_channel_get_max_idle_timeout_request(ctx->qc->ch); in qc_getset_idle_timeout()3298 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout()3313 *p_value_out = value_out; in qc_getset_idle_timeout()3372 uint64_t value_out = 0; in qc_getset_event_handling() local3394 value_out = *p_value_in; in qc_getset_event_handling()3396 ctx->xso->event_handling_mode = (int)value_out; in qc_getset_event_handling()3398 ctx->qc->event_handling_mode = (int)value_out; in qc_getset_event_handling()3400 value_out = ctx->is_stream in qc_getset_event_handling()3409 *p_value_out = value_out; in qc_getset_event_handling()
Completed in 12 milliseconds