Lines Matching refs:check_op

117     const struct script_op  *check_op;  member
356 h->time_slip = ossl_time_add(h->time_slip, ossl_ms2time(hl->check_op->arg2)); in skip_time_ms()
370 uint64_t stream_id = hl->check_op->arg2; in check_rejected()
383 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset()
395 uint64_t stream_id = hl->check_op->arg2; in check_stream_stopped()
409 ossl_quic_channel_set_txku_threshold_override(ch, hl->check_op->arg2); in override_key_update()
436 if (!TEST_uint64_t_ge((uint64_t)rxke, hl->check_op->arg2)) in check_key_update_ge()
448 if (!TEST_uint64_t_lt(txke, hl->check_op->arg2)) in check_key_update_lt()
1228 hl->check_op = op; in run_script_worker()
1230 hl->check_op = NULL; in run_script_worker()
2753 return script_20_wait(h, &h->scratch0, hl->check_op->arg2); in script_20_wait1()
2763 return script_20_wait(h, &h->scratch1, hl->check_op->arg2); in script_20_wait2()
4807 (uint32_t)hl->check_op->arg2))) in set_max_early_data()
5266 hl->check_op->arg2))) in modify_idle_timeout()
5274 if (!TEST_uint64_t_eq(v, hl->check_op->arg2)) in modify_idle_timeout()
5284 if (!TEST_true(SSL_get_value_uint(h->c_conn, hl->check_op->arg1, in check_idle_timeout()
5289 if (!TEST_uint64_t_eq(v, hl->check_op->arg2)) in check_idle_timeout()
5366 switch (hl->check_op->arg1) { in check_avail_streams()
5387 if (!TEST_uint64_t_eq(v, hl->check_op->arg2)) in check_avail_streams()
5412 if (!TEST_uint64_t_eq(used, hl->check_op->arg1)) in check_write_buf_stat()
5540 mode = hl->check_op->arg2; in script_85_poll()
5638 return SSL_set_event_handling_mode(h->c_conn, hl->check_op->arg2); in set_event_handling_mode_conn()
5654 return SSL_set_event_handling_mode(ssl, hl->check_op->arg2); in set_event_handling_mode_stream()