Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_cc_test.c339 uint64_t diag_cur_bytes_in_flight = UINT64_MAX; in test_simulate() local
363 &diag_cur_bytes_in_flight); in test_simulate()
422 if (!TEST_uint64_t_eq(diag_cur_bytes_in_flight, 0)) in test_simulate()
433 if (!TEST_uint64_t_ne(diag_cur_bytes_in_flight, UINT64_MAX) in test_simulate()
493 uint64_t diag_cur_bytes_in_flight = UINT64_MAX; in test_sanity() local
514 &diag_cur_bytes_in_flight); in test_sanity()
529 if (!TEST_uint64_t_eq(diag_cur_bytes_in_flight, 0)) in test_sanity()

Completed in 5 milliseconds