Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsendf.c629 (conn->handler->protocol & PROTO_FAMILY_FTP) && in Curl_client_write()
Durldata.h68 #define PROTO_FAMILY_FTP (CURLPROTO_FTP|CURLPROTO_FTPS) macro
Dtransfer.c500 if(conn->handler->protocol&PROTO_FAMILY_FTP) in data_pending()
Durl.c1354 else if(get_protocol_family(needle->handler) & PROTO_FAMILY_FTP) { in ConnectionExists()