Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dtransfer.c570 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()
870 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1797 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
1802 (!data->req.no_body || (conn->handler->protocol & PROTO_FAMILY_HTTP)) in Curl_retry_request()
1848 if((conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_retry_request()
1879 httpsending = ((conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_setup_transfer()
1928 (conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_setup_transfer()
Dsendf.c346 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in chop_write()
Durl.c829 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in IsMultiplexingPossible()
1071 (needle->handler->protocol & PROTO_FAMILY_HTTP)); in ConnectionExists()
1076 (needle->handler->protocol & PROTO_FAMILY_HTTP))); in ConnectionExists()
1307 if((needle->handler->protocol & PROTO_FAMILY_HTTP) && in ConnectionExists()
2492 if(!(conn->handler->protocol & PROTO_FAMILY_HTTP)) {
Durldata.h96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \ macro
Dhttp.c2151 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http_method()
2468 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_http_body()
4414 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in Curl_http_readwrite_headers()
Dmulti.c1786 if(data->conn->handler->protocol & PROTO_FAMILY_HTTP) {
/third_party/curl/lib/vquic/
Dvquic.c615 return ((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_conn_is_http3()