Lines Matching refs:check_op
117 const struct script_op *check_op; member
359 h->time_slip = ossl_time_add(h->time_slip, ossl_ms2time(hl->check_op->arg2)); in skip_time_ms()
373 uint64_t stream_id = hl->check_op->arg2; in check_rejected()
386 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset()
398 uint64_t stream_id = hl->check_op->arg2; in check_stream_stopped()
412 ossl_quic_channel_set_txku_threshold_override(ch, hl->check_op->arg2); in override_key_update()
439 if (!TEST_uint64_t_ge((uint64_t)rxke, hl->check_op->arg2)) in check_key_update_ge()
451 if (!TEST_uint64_t_lt(txke, hl->check_op->arg2)) in check_key_update_lt()
1231 hl->check_op = op; in run_script_worker()
1233 hl->check_op = NULL; in run_script_worker()
2761 return script_20_wait(h, &h->scratch0, hl->check_op->arg2); in script_20_wait1()
2771 return script_20_wait(h, &h->scratch1, hl->check_op->arg2); in script_20_wait2()
4815 (uint32_t)hl->check_op->arg2))) in set_max_early_data()
5274 hl->check_op->arg2))) in modify_idle_timeout()
5282 if (!TEST_uint64_t_eq(v, hl->check_op->arg2)) in modify_idle_timeout()
5292 if (!TEST_true(SSL_get_value_uint(h->c_conn, hl->check_op->arg1, in check_idle_timeout()
5297 if (!TEST_uint64_t_eq(v, hl->check_op->arg2)) in check_idle_timeout()
5374 switch (hl->check_op->arg1) { in check_avail_streams()
5395 if (!TEST_uint64_t_eq(v, hl->check_op->arg2)) in check_avail_streams()
5420 if (!TEST_uint64_t_eq(used, hl->check_op->arg1)) in check_write_buf_stat()
5548 mode = hl->check_op->arg2; in script_85_poll()
5646 return SSL_set_event_handling_mode(h->c_conn, hl->check_op->arg2); in set_event_handling_mode_conn()
5662 return SSL_set_event_handling_mode(ssl, hl->check_op->arg2); in set_event_handling_mode_stream()