Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.h41 CURLcode Curl_follow(struct Curl_easy *data, char *newurl,
Dmulti.c1713 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()
Dtransfer.c1631 CURLcode Curl_follow(struct Curl_easy *data, in Curl_follow() function