Lines Matching refs:id
78 int id; member
116 char id[16]; member
127 (int)Curl_timediff(Curl_now(), current_tr->started), ctx->id); in cf_test_destroy()
148 (int)duration_ms, ctx->id); in cf_test_connect()
152 infof(data, "%04dms: cf[%s] continuing", (int)duration_ms, ctx->id); in cf_test_connect()
212 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations); in cf_test_create()
220 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations); in cf_test_create()
228 infof(data, "%04dms: cf[%s] created", (int)created_at, ctx->id); in cf_test_create()
252 fprintf(stderr, "%d: test case took %dms\n", tc->id, (int)duration_ms); 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()
276 tc->id, (int)tc->min_duration_ms, (int)duration_ms); in check_result()
281 tc->id, (int)tc->max_duration_ms, (int)duration_ms); in check_result()
295 tc->id, stats1->family, (int)stats1->first_created); in check_result()
301 tc->id, stats2->family, (int)tc->he_timeout_ms, in check_result()