Searched refs:FOLLOW_FAKE (Results 1 – 3 of 3) sorted by relevance
37 FOLLOW_FAKE, /* only records stuff, not actually following */ enumerator
1580 type = FOLLOW_FAKE; /* switch to fake to store the would-be-redirected in Curl_follow()1613 (type == FOLLOW_FAKE) ? CURLU_NON_SUPPORT_SCHEME : in Curl_follow()1616 if(type != FOLLOW_FAKE) in Curl_follow()1632 if(type == FOLLOW_FAKE) { in Curl_follow()
2384 result = Curl_follow(data, newurl, FOLLOW_FAKE);