Home
last modified time | relevance | path

Searched refs:HTTPREQ_GET (Results 1 – 16 of 16) sorted by relevance

/third_party/curl/src/
Dtool_sdecls.h118 HTTPREQ_GET, enumerator
Dtool_getparam.c2252 (config->no_body)?HTTPREQ_HEAD:HTTPREQ_GET, in getparameter()
Dtool_operate.c962 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET), in single_transfer()
/third_party/curl/lib/
Dtransfer.c1380 else if((data->state.httpreq != HTTPREQ_GET) && in Curl_pretransfer()
1718 data->state.httpreq = HTTPREQ_GET; in Curl_follow()
1743 data->state.httpreq = HTTPREQ_GET; in Curl_follow()
1753 if(data->state.httpreq != HTTPREQ_GET && in Curl_follow()
1758 data->state.httpreq = HTTPREQ_GET; in Curl_follow()
Dhttp.h37 HTTPREQ_GET, enumerator
Dhttp.c520 case HTTPREQ_GET: in http_perhapsrewind()
684 if((data->state.httpreq != HTTPREQ_GET) && in Curl_http_auth_act()
706 if((data->state.httpreq != HTTPREQ_GET) && in Curl_http_auth_act()
941 (httpreq != HTTPREQ_GET) && in Curl_http_output_auth()
1191 if(data->state.resume_from && data->state.httpreq == HTTPREQ_GET && in http_should_fail()
2162 DEBUGASSERT((httpreq >= HTTPREQ_GET) && (httpreq <= HTTPREQ_HEAD)); in Curl_http_method()
2173 case HTTPREQ_GET: in Curl_http_method()
2931 if(((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) && in Curl_http_range()
3078 (data->state.httpreq == HTTPREQ_GET) && in Curl_http_firstwrite()
3391 if((httpreq == HTTPREQ_GET) || in Curl_http()
[all …]
Dhttp_proxy.c114 result = Curl_http_output_auth(data, cf->conn, req->method, HTTPREQ_GET, in Curl_http_proxy_create_CONNECT()
Dsetopt.c316 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
345 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
666 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
893 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
Dgetinfo.c118 case HTTPREQ_GET: in getinfo_char()
Dc-hyper.c789 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) in bodysend()
1220 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) { in Curl_http()
Dhttp_aws_sigv4.c371 bool empty_method = (httpreq == HTTPREQ_GET || httpreq == HTTPREQ_HEAD); in calc_s3_payload_hash()
Drtsp.c386 result = Curl_http_output_auth(data, conn, p_request, HTTPREQ_GET, in rtsp_do()
Dcf-h1-proxy.c722 result = Curl_http_output_auth(data, conn, "CONNECT", HTTPREQ_GET, in start_CONNECT()
Dmulti.c1792 (data->state.httpreq == HTTPREQ_GET) ||
Durl.c500 set->method = HTTPREQ_GET; /* Default HTTP request */ in Curl_init_userdefined()
/third_party/curl/docs/
DCODE_STYLE.md232 (handle->set.httpreq == HTTPREQ_GET ||