Searched defs:httpreq (Results 1 – 6 of 6) sorted by relevance
/curl/lib/ |
H A D | http.h | 228 struct httpreq { struct 240 CURLcode Curl_http_req_make(struct httpreq **preq, argument
|
H A D | http.c | 706 Curl_HttpReq httpreq, in Curl_http_output_auth() 796 Curl_HttpReq httpreq, in Curl_http_output_auth() 1635 Curl_HttpReq httpreq = (Curl_HttpReq)data->state.httpreq; in Curl_http_method() local 1886 static CURLcode set_post_reader(struct Curl_easy *data, Curl_HttpReq httpreq) in set_post_reader() 1964 static CURLcode set_reader(struct Curl_easy *data, Curl_HttpReq httpreq) in set_reader() 2023 static CURLcode http_resume(struct Curl_easy *data, Curl_HttpReq httpreq) in http_resume() 2059 Curl_HttpReq httpreq, in Curl_http_req_set_reader() 2151 struct dynbuf *r, Curl_HttpReq httpreq) in Curl_http_req_complete() 2318 Curl_HttpReq httpreq) in Curl_http_range() 2479 Curl_HttpReq httpreq; in Curl_http() local
|
H A D | http_aws_sigv4.c | 391 Curl_HttpReq httpreq, char *provider1, in calc_s3_payload_hash() 590 Curl_HttpReq httpreq; in Curl_output_aws_sigv4() local
|
H A D | c-hyper.c | 724 Curl_HttpReq httpreq) in finalize_request() 838 Curl_HttpReq httpreq; in Curl_http() local
|
H A D | urldata.h | 1355 unsigned char httpreq; /* Curl_HttpReq; what kind of HTTP request (if any) member
|
/curl/src/ |
H A D | tool_cfgable.h | 212 HttpReq httpreq; member
|
Completed in 41 milliseconds