Searched refs:http_follow_location (Results 1 – 3 of 3) sorted by relevance
1603 bool http_follow_location; /* follow HTTP redirects */ member
3719 if(data->set.http_follow_location) { in Curl_http_readwrite_headers()
949 data->set.http_follow_location = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_setopt()