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 74 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store)
76 /* this mirrors the HttpReq enum in tool_sdecls.h */
97 void customrequest_helper(struct OperationConfig *config, HttpReq req,
100 /* this mirrors the HttpReq enum in tool_sdecls.h */
tool_sdecls.h 131 * 'HttpReq' enumeration represents HTTP request types.
140 } HttpReq;
tool_cfgable.h 179 HttpReq httpreq; member in struct:OperationConfig

Completed in 94 milliseconds