Searched refs:SetHTTPrequest (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/src/ |
D | tool_helpers.h | 30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
|
D | tool_helpers.c | 88 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() function
|
D | tool_operate.c | 757 if(SetHTTPrequest(config, in single_transfer() 765 if(SetHTTPrequest(config, HTTPREQ_SIMPLEPOST, &config->httpreq)) in single_transfer() 968 if(SetHTTPrequest(config, HTTPREQ_PUT, &config->httpreq)) { in single_transfer()
|
D | tool_getparam.c | 2286 else if(SetHTTPrequest(config, HTTPREQ_MIMEPOST, &config->httpreq)) in getparameter() 2362 if(SetHTTPrequest(config, in getparameter()
|