Searched refs:value_out (Results 1 – 1 of 1) sorted by relevance
3245 uint64_t value_out = 0, value_in; in qc_getset_idle_timeout() local3251 value_out = ossl_quic_channel_get_max_idle_timeout_request(ctx->qc->ch); in qc_getset_idle_timeout()3285 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout()3300 *p_value_out = value_out; in qc_getset_idle_timeout()3359 uint64_t value_out = 0; in qc_getset_event_handling() local3381 value_out = *p_value_in; in qc_getset_event_handling()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()3387 value_out = ctx->is_stream in qc_getset_event_handling()3396 *p_value_out = value_out; in qc_getset_event_handling()
Completed in 16 milliseconds