Home
last modified time | relevance | path

Searched refs:followlocation (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/src/
H A Dtool_cfgable.h119 bool followlocation; /* follow http redirects */ member
H A Dtool_getparam.c2391 config->followlocation = toggle; /* Follow Location: HTTP headers */ in getparameter()
H A Dtool_operate.c1466 config->followlocation?1L:0L); in single_transfer()
/third_party/curl/lib/
H A Dtransfer.c1098 data->state.followlocation = 0; /* reset the location-follow counter */ in Curl_pretransfer()
1254 (data->state.followlocation >= data->set.maxredirs)) { in Curl_follow()
1260 data->state.followlocation++; /* count redirect-followings, including in Curl_follow()
H A Dgetinfo.c258 *param_longp = data->state.followlocation; in getinfo_long()
H A Durldata.h1360 long followlocation; /* redirect counter */ member
H A Durl.c3650 if((data->set.reuse_fresh && !data->state.followlocation) ||
H A Dhttp.c2921 if(data->state.resume_from && !data->state.followlocation) { in Curl_http_resume()

Completed in 26 milliseconds