Searched refs:HTTPREQ_GET (Results 1 – 13 of 13) sorted by relevance
/third_party/curl/src/ |
D | tool_sdecls.h | 127 HTTPREQ_GET, enumerator
|
D | tool_getparam.c | 1907 (config->no_body)?HTTPREQ_HEAD:HTTPREQ_GET, in getparameter()
|
D | tool_operate.c | 675 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET), in single_transfer()
|
/third_party/curl/lib/ |
D | http.c | 454 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 …]
|
D | http.h | 27 HTTPREQ_GET, enumerator
|
D | transfer.c | 1454 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()
|
D | http_proxy.c | 298 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()
|
D | c-hyper.c | 632 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) in bodysend() 947 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) { in Curl_http()
|
D | setopt.c | 282 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()
|
D | getinfo.c | 116 case HTTPREQ_GET: in getinfo_char()
|
D | rtsp.c | 398 result = Curl_http_output_auth(data, conn, p_request, HTTPREQ_GET, in rtsp_do()
|
D | url.c | 518 set->method = HTTPREQ_GET; /* Default HTTP request */ in Curl_init_userdefined()
|
/third_party/curl/docs/ |
D | CODE_STYLE.md | 231 (handle->set.httpreq == HTTPREQ_GET ||
|