Searched refs:Curl_follow (Results 1 – 4 of 4) sorted by relevance
45 CURLcode Curl_follow(struct Curl_easy *data, char *newurl,
1665 drc = Curl_follow(data, newurl, follow); in multi_runsingle()1947 result = Curl_follow(data, newurl, follow); in multi_runsingle()1964 result = Curl_follow(data, newurl, FOLLOW_FAKE); in multi_runsingle()
1603 CURLcode Curl_follow(struct Curl_easy *data, in Curl_follow() function
2729 - Curl_follow: extract the Location: header field unvalidated3753 - Curl_follow: accept non-supported schemes for "fake" redirects4088 - Curl_follow: return better errors on URL problems4094 - Curl_follow: remove remaining free(newurl)4131 Curl_follow() no longer frees the string. Make sure it happens in the4217 - Curl_follow: Always free the passed new URL