Searched refs:SetHTTPrequest (Results 1 – 4 of 4) sorted by relevance
/curl/src/ |
H A D | tool_helpers.h | 30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
|
H A D | tool_helpers.c | 83 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() function
|
H A D | tool_operate.c | 1825 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 D | tool_getparam.c | 2176 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