Searched refs:Curl_follow (Results 1 – 3 of 3) sorted by relevance
41 CURLcode Curl_follow(struct Curl_easy *data, char *newurl,
1713 drc = Curl_follow(data, newurl, follow); in multi_runsingle()1955 result = Curl_follow(data, newurl, follow); in multi_runsingle()1974 result = Curl_follow(data, newurl, FOLLOW_FAKE); in multi_runsingle()
1631 CURLcode Curl_follow(struct Curl_easy *data, in Curl_follow() function