Home
last modified time | relevance | path

Searched refs:creations (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit2600.c97 int creations; member
200 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations); in cf_test_create()
201 ctx->stats->creations++; in cf_test_create()
208 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations); in cf_test_create()
209 ctx->stats->creations++; in cf_test_create()
213 if(ctx->stats->creations == 1) in cf_test_create()
250 if(tr->cf4.creations != tc->exp_cf4_creations) { in check_result()
251 curl_msprintf(msg, "%d: expected %d ipv4 creations, but got %d", in check_result()
252 tc->id, tc->exp_cf4_creations, tr->cf4.creations); in check_result()
255 if(tr->cf6.creations ! in check_result()
[all...]

Completed in 1 milliseconds