Home
last modified time | relevance | path

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

/curl/lib/
H A Dheaders.c384 if(data->conn && (data->conn->handler->protocol & PROTO_FAMILY_HTTP)) { in Curl_headers_init()
H A Dtransfer.c717 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
722 (!data->req.no_body || (conn->handler->protocol & PROTO_FAMILY_HTTP)) in Curl_retry_request()
H A Durl.c663 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in xfer_may_multiplex()
1039 if((needle->handler->protocol & PROTO_FAMILY_HTTP) && in url_match_conn()
1255 (needle->handler->protocol & PROTO_FAMILY_HTTP)); in ConnectionExists()
1260 (needle->handler->protocol & PROTO_FAMILY_HTTP)); in ConnectionExists()
1292 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in Curl_verboseconnect()
2476 if(!(conn->handler->protocol & PROTO_FAMILY_HTTP)) {
H A Durldata.h117 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \ macro
H A Dhttp.c1637 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http_method()
3708 if(data->conn->handler->protocol & PROTO_FAMILY_HTTP) { in http_rw_hd()
/curl/lib/vquic/
H A Dvquic.c711 return ((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_conn_is_http3()

Completed in 33 milliseconds