Searched refs:PROTO_FAMILY_HTTP (Results 1 – 7 of 7) sorted by relevance
570 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()
346 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in chop_write()
829 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)) {
96 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_WS| \ macro
2151 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()
1786 if(data->conn->handler->protocol & PROTO_FAMILY_HTTP) {
615 return ((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_conn_is_http3()