Home
last modified time | relevance | path

Searched refs:PROTO_FAMILY_HTTP (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/lib/
H A Dtransfer.c667 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1527 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
1532 (!data->req.no_body || (conn->handler->protocol & PROTO_FAMILY_HTTP)) in Curl_retry_request()
1578 if((conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_retry_request()
1609 httpsending = ((conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_setup_transfer()
1658 (conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_setup_transfer()
H A Durl.c695 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in IsMultiplexingPossible()
937 (needle->handler->protocol & PROTO_FAMILY_HTTP)); in ConnectionExists()
942 (needle->handler->protocol & PROTO_FAMILY_HTTP))); in ConnectionExists()
1161 if((needle->handler->protocol & PROTO_FAMILY_HTTP) && in ConnectionExists()
2523 if(!(conn->handler->protocol & PROTO_FAMILY_HTTP)) {
H A Dsendf.c343 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in chop_write()
H A Dhttp.c2091 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http_method()
2408 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_http_body()
4321 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in http_rw_headers()
H A Durldata.h96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \ macro
H A Dmulti.c1826 if(data->conn->handler->protocol & PROTO_FAMILY_HTTP) {
/third_party/curl/lib/vquic/
H A Dvquic.c642 return ((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_conn_is_http3()

Completed in 22 milliseconds