HomeSort by relevance Sort by last modified time
    Searched refs:HttpReq (Results 1 - 4 of 4) sorted by null

  /external/curl/src/
tool_helpers.h 28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
29 HttpReq *store);
31 void customrequest_helper(struct OperationConfig *config, HttpReq req,
tool_helpers.c 70 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store)
72 /* this mirrors the HttpReq enum in tool_sdecls.h */
93 void customrequest_helper(struct OperationConfig *config, HttpReq req,
96 /* this mirrors the HttpReq enum in tool_sdecls.h */
tool_sdecls.h 131 * 'HttpReq' enumeration represents HTTP request types.
140 } HttpReq;
tool_cfgable.h 155 HttpReq httpreq; member in struct:OperationConfig

Completed in 69 milliseconds