Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtransfer.h40 FOLLOW_FAKE, /* only records stuff, not actually following */ enumerator
H A Dtransfer.c1250 if(type != FOLLOW_FAKE) in Curl_follow()
1256 type = FOLLOW_FAKE; /* switch to fake to store the would-be-redirected in Curl_follow()
1312 (type == FOLLOW_FAKE) ? CURLU_NON_SUPPORT_SCHEME : in Curl_follow()
1317 if(type != FOLLOW_FAKE) { in Curl_follow()
1336 if(!data->set.allow_auth_to_other_hosts && (type != FOLLOW_FAKE)) { in Curl_follow()
1383 if(type == FOLLOW_FAKE) { in Curl_follow()
H A Dmulti.c2579 result = Curl_follow(data, newurl, FOLLOW_FAKE);

Completed in 7 milliseconds