Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c100 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()
Durldata.h66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS) macro
Dhttp.c1823 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()
Durl.c2824 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()