Home
last modified time | relevance | path

Searched refs:ignorecl (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/src/
Dtool_cfgable.h243 bool ignorecl; /* --ignore-content-length */ member
Dtool_getparam.c1000 config->ignorecl = toggle; in getparameter()
Dtool_operate.c1853 my_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl?1L:0L); in single_transfer()
/third_party/curl/lib/
Durldata.h1836 BIT(ignorecl); /* ignore content length */
Dsetopt.c2391 data->set.ignorecl = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
Dftp.c1752 if(data->set.ignorecl || data->state.prefer_ascii) { in ftp_state_quote()
Dhttp.c3417 !data->set.ignorecl && checkprefix("Content-Length:", headp)) { in Curl_http_header()