Searched refs:PROTO_FAMILY_HTTP (Results 1 – 6 of 6) sorted by relevance
384 if(data->conn && (data->conn->handler->protocol & PROTO_FAMILY_HTTP)) { in Curl_headers_init()
717 !(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()
663 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)) {
117 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \ macro
1637 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()
711 return ((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_conn_is_http3()
Completed in 33 milliseconds