Home
last modified time | relevance | path

Searched defs:httpreq (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dhttp.h201 struct httpreq { struct
213 CURLcode Curl_http_req_make(struct httpreq **preq, argument
Dhttp.c733 Curl_HttpReq httpreq, in Curl_http_output_auth()
823 Curl_HttpReq httpreq, in Curl_http_output_auth()
1768 Curl_HttpReq httpreq = (Curl_HttpReq)data->state.httpreq; in Curl_http_method() local
2019 static CURLcode set_post_reader(struct Curl_easy *data, Curl_HttpReq httpreq) in set_post_reader()
2097 static CURLcode set_reader(struct Curl_easy *data, Curl_HttpReq httpreq) in set_reader()
2156 static CURLcode http_resume(struct Curl_easy *data, Curl_HttpReq httpreq) in http_resume()
2192 Curl_HttpReq httpreq, int httpversion, in http_req_set_reader()
2281 Curl_HttpReq httpreq) in http_req_complete()
2448 Curl_HttpReq httpreq) in http_range()
2608 Curl_HttpReq httpreq; in Curl_http() local
Dhttp_aws_sigv4.c393 Curl_HttpReq httpreq, char *provider1, in calc_s3_payload_hash()
594 Curl_HttpReq httpreq; in Curl_output_aws_sigv4() local
Durldata.h1321 unsigned char httpreq; /* Curl_HttpReq; what kind of HTTP request (if any) member
/external/curl/src/
Dtool_cfgable.h213 HttpReq httpreq; member