Searched refs:ignorecl (Results 1 – 7 of 7) sorted by relevance
203 bool ignorecl; /* --ignore-content-length */ member
861 config->ignorecl = toggle; in getparameter()
1269 my_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl?1L:0L); in operate_do()
721 bool ignorecl; /* This HTTP response has no body so we ignore the Content- member1695 bool ignorecl; /* ignore content length */ member
3429 k->ignorecl = TRUE; /* ignore Content-Length headers */ in Curl_http_readwrite_headers()3448 if(!k->ignorecl && !data->set.ignorecl && in Curl_http_readwrite_headers()
1801 if(data->set.ignorecl) { in ftp_state_quote()
2407 data->set.ignorecl = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_setopt()