Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1603 bool http_follow_location; /* follow HTTP redirects */ member
Dhttp.c3719 if(data->set.http_follow_location) { in Curl_http_readwrite_headers()
Durl.c949 data->set.http_follow_location = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_setopt()