Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h98 bool no_body; /* don't get the body */ member
Dtool_operate.c307 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET), in operate_do()
843 if(config->no_body) { in operate_do()
1114 if(config->no_body || config->remote_time) { in operate_do()
Dtool_getparam.c1616 config->no_body = toggle; in getparameter()
1618 (config->no_body)?HTTPREQ_HEAD:HTTPREQ_GET, in getparameter()