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
198 curl_msprintf(ctx->id, "v6-%d", ctx->stats->creations); in cf_test_create()
199 ctx->stats->creations++; in cf_test_create()
206 curl_msprintf(ctx->id, "v4-%d", ctx->stats->creations); in cf_test_create()
207 ctx->stats->creations++; in cf_test_create()
211 if(ctx->stats->creations == 1) in cf_test_create()
248 if(tr->cf4.creations != tc->exp_cf4_creations) { in check_result()
250 tc->id, tc->exp_cf4_creations, tr->cf4.creations); in check_result()
253 if(tr->cf6.creations != tc->exp_cf6_creations) { in check_result()
255 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 10 milliseconds