Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h94 bool no_body; /* don't get the body */ member
Dtool_operate.c303 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET), in operate_do()
844 if(config->no_body) { in operate_do()
1077 if(config->no_body || config->remote_time) { in operate_do()
Dtool_getparam.c1454 config->no_body = toggle; in getparameter()
1456 (config->no_body)?HTTPREQ_HEAD:HTTPREQ_GET, in getparameter()