Searched refs:tc (Results 1 – 1 of 1) sorted by relevance
/curl/tests/unit/ |
H A D | unit2600.c | 254 if(tr->result != tc->exp_result in check_result() 259 tc->id, tc->exp_result, tr->result); in check_result() 264 tc->id, tc->exp_cf4_creations, tr->cf4.creations); in check_result() 269 tc->id, tc->exp_cf6_creations, tr->cf6.creations); in check_result() 274 if(duration_ms < tc->min_duration_ms) { in check_result() 276 tc->id, (int)tc->min_duration_ms, (int)duration_ms); in check_result() 279 if(duration_ms > tc->max_duration_ms) { in check_result() 281 tc->id, (int)tc->max_duration_ms, (int)duration_ms); in check_result() 301 tc->id, stats2->family, (int)tc->he_timeout_ms, in check_result() 314 current_tc = tc; in test_connect() [all …]
|
Completed in 8 milliseconds