Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit2600.c95 int creations; member
199 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations); in cf_test_create()
200 ctx->stats->creations++; in cf_test_create()
207 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations); in cf_test_create()
208 ctx->stats->creations++; in cf_test_create()
212 if(ctx->stats->creations == 1) in cf_test_create()
249 if(tr->cf4.creations != tc->exp_cf4_creations) { in check_result()
251 tc->id, tc->exp_cf4_creations, tr->cf4.creations); in check_result()
254 if(tr->cf6.creations != tc->exp_cf6_creations) { in check_result()
256 tc->id, tc->exp_cf6_creations, tr->cf6.creations); in check_result()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_USE_GLOBAL_CACHE.md32 cache that survives between easy handle creations and deletions. This is not

Completed in 13 milliseconds