Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c173 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in Curl_fillreadbuffer()
429 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in Curl_readrewind()
503 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion == 20); in data_pending()
608 !((conn->handler->protocol & PROTO_FAMILY_HTTP) && in readwrite_data()
734 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_data()
1087 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) { in readwrite_upload()
1814 !(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP))) in Curl_retry_request()
1820 || (conn->handler->protocol & PROTO_FAMILY_HTTP)) && in Curl_retry_request()
1855 if(conn->handler->protocol&PROTO_FAMILY_HTTP) { in Curl_retry_request()
1931 (conn->handler->protocol&PROTO_FAMILY_HTTP) && in Curl_setup_transfer()
Dsendf.c152 if((conn->handler->protocol&PROTO_FAMILY_HTTP) != 0 && in pre_receive_plain()
Dhttp.c2007 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http()
2184 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_http()
3548 && !((conn->handler->protocol & PROTO_FAMILY_HTTP) && in Curl_http_readwrite_headers()
3604 if(conn->handler->protocol & PROTO_FAMILY_HTTP) { in Curl_http_readwrite_headers()
Durl.c857 if((conn->handler->protocol & PROTO_FAMILY_HTTP) && in IsPipeliningPossible()
1085 (needle->handler->protocol & PROTO_FAMILY_HTTP)); in ConnectionExists()
1089 (needle->handler->protocol & PROTO_FAMILY_HTTP))); in ConnectionExists()
2819 if(!(conn->handler->protocol & PROTO_FAMILY_HTTP)) { in create_conn_helper_init_proxy()
Durldata.h66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS) macro