Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_sdecls.h127 HTTPREQ_GET, enumerator
Dtool_getparam.c1907 (config->no_body)?HTTPREQ_HEAD:HTTPREQ_GET, in getparameter()
Dtool_operate.c675 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET), in single_transfer()
/third_party/curl/lib/
Dhttp.c454 case HTTPREQ_GET: in http_perhapsrewind()
616 if((data->state.httpreq != HTTPREQ_GET) && in Curl_http_auth_act()
638 if((data->state.httpreq != HTTPREQ_GET) && in Curl_http_auth_act()
878 (httpreq != HTTPREQ_GET) && in Curl_http_output_auth()
1124 if(data->state.resume_from && data->state.httpreq == HTTPREQ_GET && in http_should_fail()
2050 DEBUGASSERT((httpreq >= HTTPREQ_GET) && (httpreq <= HTTPREQ_HEAD)); in Curl_http_method()
2061 case HTTPREQ_GET: in Curl_http_method()
2790 if(((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) && in Curl_http_range()
2937 (data->state.httpreq == HTTPREQ_GET) && in Curl_http_firstwrite()
3256 if((httpreq == HTTPREQ_GET) || in Curl_http()
[all …]
Dhttp.h27 HTTPREQ_GET, enumerator
Dtransfer.c1454 else if((data->state.httpreq != HTTPREQ_GET) && in Curl_pretransfer()
1776 data->state.httpreq = HTTPREQ_GET; in Curl_follow()
1801 data->state.httpreq = HTTPREQ_GET; in Curl_follow()
1811 if(data->state.httpreq != HTTPREQ_GET && in Curl_follow()
1816 data->state.httpreq = HTTPREQ_GET; in Curl_follow()
Dhttp_proxy.c298 result = Curl_http_output_auth(data, conn, "CONNECT", HTTPREQ_GET, in CONNECT()
814 result = Curl_http_output_auth(data, conn, "CONNECT", HTTPREQ_GET, in CONNECT()
Dc-hyper.c632 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) in bodysend()
947 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) { in Curl_http()
Dsetopt.c282 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
311 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
632 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
880 data->set.method = HTTPREQ_GET; in Curl_vsetopt()
Dgetinfo.c116 case HTTPREQ_GET: in getinfo_char()
Drtsp.c398 result = Curl_http_output_auth(data, conn, p_request, HTTPREQ_GET, in rtsp_do()
Durl.c518 set->method = HTTPREQ_GET; /* Default HTTP request */ in Curl_init_userdefined()
/third_party/curl/docs/
DCODE_STYLE.md231 (handle->set.httpreq == HTTPREQ_GET ||