Searched refs:maxredirs (Results 1 - 7 of 7) sorted by relevance

/external/curl/src/
H A Dtool_cfgable.c36 config->maxredirs = DEFAULT_MAXREDIRS;
H A Dtool_cfgable.h60 long maxredirs; member in struct:OperationConfig
H A Dtool_getparam.c663 err = str2num(&config->maxredirs, nextarg);
666 if(config->maxredirs < -1)
H A Dtool_operate.c957 my_setopt(curl, CURLOPT_MAXREDIRS, config->maxredirs);
/external/curl/lib/
H A Dtransfer.c1631 if((data->set.maxredirs != -1) &&
1632 (data->set.followlocation >= data->set.maxredirs)) {
1633 failf(data, "Maximum (%ld) redirects followed", data->set.maxredirs);
H A Durldata.h1436 long maxredirs; /* maximum no. of http(s) redirects to follow, set to -1 member in struct:UserDefined
H A Durl.c521 set->maxredirs = -1; /* allow any amount by default */
963 data->set.maxredirs = va_arg(param, long);

Completed in 136 milliseconds