Searched refs:PROTO_FAMILY_HTTP (Results 1 – 4 of 4) sorted by relevance
100 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()320 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion == 20); in data_pending()528 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()860 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()1883 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()1907 if(conn->handler->protocol&PROTO_FAMILY_HTTP) { in Curl_retry_request()1980 (conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_setup_transfer()
66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS) macro
1823 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http()1937 if((conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_http()3272 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in Curl_http_readwrite_headers()
2824 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in IsPipeliningPossible()3113 (needle->handler->protocol & PROTO_FAMILY_HTTP) ? TRUE : FALSE; in ConnectionExists()5561 if(!(conn->handler->protocol & PROTO_FAMILY_HTTP) && in create_conn()