Home
last modified time | relevance | path

Searched refs:FOLLOW_FAKE (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dtransfer.h38 FOLLOW_FAKE, /* only records stuff, not actually following */ enumerator
Dtransfer.c1624 type = FOLLOW_FAKE; /* switch to fake to store the would-be-redirected in Curl_follow()
1657 (type == FOLLOW_FAKE) ? CURLU_NON_SUPPORT_SCHEME : 0); in Curl_follow()
1659 if(type != FOLLOW_FAKE) in Curl_follow()
1675 if(type == FOLLOW_FAKE) { in Curl_follow()
Dmulti.c1964 result = Curl_follow(data, newurl, FOLLOW_FAKE); in multi_runsingle()