Searched refs:SetHTTPrequest (Results 1 – 4 of 4) sorted by relevance
/external/curl/src/ |
D | tool_helpers.h | 28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
|
D | tool_helpers.c | 70 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() function
|
D | tool_getparam.c | 1578 if(SetHTTPrequest(config, HTTPREQ_FORMPOST, &config->httpreq)) in getparameter() 1617 if(SetHTTPrequest(config, in getparameter()
|
D | tool_operate.c | 306 if(SetHTTPrequest(config, in operate_do() 314 if(SetHTTPrequest(config, HTTPREQ_SIMPLEPOST, &config->httpreq)) { in operate_do()
|