Searched refs:CURLPROTO_FTP (Results 1 – 12 of 12) sorted by relevance
55 { "ftp", CURLPROTO_FTP }, in get_libcurl_info()
257 { "ftp", CURLPROTO_FTP }, in proto2num()
131 NV(CURLPROTO_FTP),
91 (long)CURLPROTO_FTP |
584 CURLPROTO_FTP 7.19.4
67 #define PROTO_FAMILY_FTP (CURLPROTO_FTP|CURLPROTO_FTPS)
6523 case CURLPROTO_FTP: in get_protocol_family()6525 family = CURLPROTO_FTP; in get_protocol_family()
1842 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http()
182 CURLPROTO_FTP, /* protocol */
614 #define CURLPROTO_FTP (1<<2) macro
812 #define CURLPROTO_FTP (1<<2) macro
759 d CURLPROTO_FTP...