Home
last modified time | relevance | path

Searched refs:SetHTTPrequest (Results 1 – 4 of 4) sorted by relevance

/curl/src/
H A Dtool_helpers.h30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
H A Dtool_helpers.c83 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() function
H A Dtool_operate.c1825 if(SetHTTPrequest(config, (config->no_body ? TOOL_HTTPREQ_HEAD : in single_transfer()
1832 if(SetHTTPrequest(config, TOOL_HTTPREQ_SIMPLEPOST, &config->httpreq)) in single_transfer()
2022 if(SetHTTPrequest(config, TOOL_HTTPREQ_PUT, &config->httpreq)) { in single_transfer()
H A Dtool_getparam.c2176 else if(SetHTTPrequest(config, TOOL_HTTPREQ_MIMEPOST, &config->httpreq)) in getparameter()
2253 if(SetHTTPrequest(config, (config->no_body) ? TOOL_HTTPREQ_HEAD : in getparameter()

Completed in 16 milliseconds