Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cfgable.h242 bool ignorecl; /* --ignore-content-length */ member
H A Dtool_getparam.c1672 config->ignorecl = toggle; in getparameter()
H A Dtool_operate.c2006 my_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl?1L:0L); in single_transfer()
/third_party/curl/lib/
H A Durldata.h1900 BIT(ignorecl); /* ignore content length */
H A Dftp.c1715 if(data->set.ignorecl || data->state.prefer_ascii) { in ftp_state_quote()
1716 /* 'ignorecl' is used to support download of growing files. It in ftp_state_quote()
2497 !data->set.ignorecl && in ftp_state_get_resp()
H A Dsetopt.c2432 data->set.ignorecl = (0 != va_arg(param, long)); in Curl_vsetopt()
H A Dhttp.c3446 !data->set.ignorecl && checkprefix("Content-Length:", headp)) { in Curl_http_header()

Completed in 27 milliseconds