Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h107 bool no_body; /* don't get the body */ member
Dtool_operate.c331 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET), in operate_do()
871 if(config->no_body) in operate_do()
1204 if(config->no_body || config->remote_time) { in operate_do()
Dtool_getparam.c1777 config->no_body = toggle; in getparameter()
1780 (config->no_body)?HTTPREQ_HEAD:HTTPREQ_GET, in getparameter()