Home
last modified time | relevance | path

Searched refs:CURLPROTO_FTP (Results 1 – 12 of 12) sorted by relevance

/external/curl/src/
Dtool_libinfo.c55 { "ftp", CURLPROTO_FTP }, in get_libcurl_info()
Dtool_paramhlp.c257 { "ftp", CURLPROTO_FTP }, in proto2num()
Dtool_setopt.c131 NV(CURLPROTO_FTP),
/external/curl/tests/data/
Dtest140191 (long)CURLPROTO_FTP |
/external/curl/docs/libcurl/
Dsymbols-in-versions584 CURLPROTO_FTP 7.19.4
/external/curl/lib/
Durldata.h67 #define PROTO_FAMILY_FTP (CURLPROTO_FTP|CURLPROTO_FTPS)
Durl.c6523 case CURLPROTO_FTP: in get_protocol_family()
6525 family = CURLPROTO_FTP; in get_protocol_family()
Dhttp.c1842 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http()
Dftp.c182 CURLPROTO_FTP, /* protocol */
/external/google-breakpad/src/third_party/curl/
Dcurl.h614 #define CURLPROTO_FTP (1<<2) macro
/external/curl/include/curl/
Dcurl.h812 #define CURLPROTO_FTP (1<<2) macro
/external/curl/packages/OS400/
Dcurl.inc.in759 d CURLPROTO_FTP...