Home
last modified time | relevance | path

Searched refs:maxredirs (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/src/
Dtool_cfgable.h81 long maxredirs; member
Dtool_cfgable.c36 config->maxredirs = DEFAULT_MAXREDIRS; in config_init()
Dtool_getparam.c819 err = str2num(&config->maxredirs, nextarg); in getparameter()
822 if(config->maxredirs < -1) in getparameter()
Dtool_operate.c1327 my_setopt(curl, CURLOPT_MAXREDIRS, config->maxredirs); in single_transfer()
/third_party/curl/lib/
Dtransfer.c1584 if((data->set.maxredirs != -1) && in Curl_follow()
1585 (data->state.followlocation >= data->set.maxredirs)) { in Curl_follow()
1717 failf(data, "Maximum (%ld) redirects followed", data->set.maxredirs); in Curl_follow()
Durldata.h1634 long maxredirs; /* maximum no. of http(s) redirects to follow, set to -1 member
Dsetopt.c602 data->set.maxredirs = arg; in Curl_vsetopt()
Durl.c516 set->maxredirs = -1; /* allow any amount by default */ in Curl_init_userdefined()