Home
last modified time | relevance | path

Searched refs:scratch0 (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/test/radix/
H A Dquic_ops.c720 if (RT()->scratch0 == 0) { in DEF_FUNC()
730 RT()->scratch0 = 1; /* connect started */ in DEF_FUNC()
746 RT()->scratch0 = 0; in DEF_FUNC()
H A Dquic_bindings.c101 uint64_t scratch0; member
/src/crypto/openssl/test/
H A Dquic_multistream_test.c111 uint64_t scratch0, scratch1, fail_count; member
2687 return script_20_trigger(h, &h->scratch0); in script_20_trigger1()
2692 return script_20_wait(h, &h->scratch0, hl->check_op->arg2); in script_20_wait1()
3650 ++h->scratch0; in script_41_trace()
3662 if (!TEST_uint64_t_gt(h->scratch0, 0)) in script_41_check()
3830 h->scratch0 = ossl_quic_channel_get_diag_num_rx_ack(ch); in force_ping()
3845 if (count == h->scratch0) { in wait_incoming_acks_increased()