Searched refs:HTTPREQ_GET (Results 1 – 12 of 12) sorted by relevance
/curl/lib/ |
H A D | http.h | 37 HTTPREQ_GET, enumerator
|
H A D | http_proxy.c | 114 result = Curl_http_output_auth(data, cf->conn, req->method, HTTPREQ_GET, in Curl_http_proxy_create_CONNECT()
|
H A D | http.c | 551 if((data->state.httpreq != HTTPREQ_GET) && in Curl_http_auth_act() 778 (httpreq != HTTPREQ_GET) && in Curl_http_output_auth() 1029 if(data->state.resume_from && data->state.httpreq == HTTPREQ_GET && in http_should_fail() 1648 DEBUGASSERT((httpreq >= HTTPREQ_GET) && (httpreq <= HTTPREQ_HEAD)); in Curl_http_method() 1659 case HTTPREQ_GET: in Curl_http_method() 2326 if(((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) && in Curl_http_range() 2393 (data->state.httpreq == HTTPREQ_GET) && in Curl_http_firstwrite() 3226 if(data->state.resume_from && data->state.httpreq == HTTPREQ_GET && in Curl_http_statusline()
|
H A D | setopt.c | 340 data->set.method = HTTPREQ_GET; in setopt_long() 367 data->set.method = HTTPREQ_GET; in setopt_long() 575 data->set.method = HTTPREQ_GET; in setopt_long() 591 data->set.method = HTTPREQ_GET; in setopt_long()
|
H A D | getinfo.c | 118 case HTTPREQ_GET: in getinfo_char()
|
H A D | c-hyper.c | 728 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) { in finalize_request() 1157 if((httpreq == HTTPREQ_GET) || (httpreq == HTTPREQ_HEAD)) { in Curl_http()
|
H A D | http_aws_sigv4.c | 395 bool empty_method = (httpreq == HTTPREQ_GET || httpreq == HTTPREQ_HEAD); in calc_s3_payload_hash()
|
H A D | multi.c | 2053 data->state.httpreq = HTTPREQ_GET; 2079 data->state.httpreq = HTTPREQ_GET; 2090 if(data->state.httpreq != HTTPREQ_GET && 2095 data->state.httpreq = HTTPREQ_GET;
|
H A D | transfer.c | 601 else if((data->state.httpreq != HTTPREQ_GET) && in Curl_pretransfer()
|
H A D | rtsp.c | 394 result = Curl_http_output_auth(data, conn, p_request, HTTPREQ_GET, in rtsp_do()
|
H A D | cf-h1-proxy.c | 694 result = Curl_http_output_auth(data, conn, "CONNECT", HTTPREQ_GET, in start_CONNECT()
|
H A D | url.c | 372 set->method = HTTPREQ_GET; /* Default HTTP request */ in Curl_init_userdefined()
|
Completed in 55 milliseconds