Home
last modified time | relevance | path

Searched refs:CURLPROTO_FTPS (Results 1 – 11 of 11) sorted by relevance

/external/curl/src/
Dtool_libinfo.c56 { "ftps", CURLPROTO_FTPS }, in get_libcurl_info()
Dtool_paramhlp.c283 { "ftps", CURLPROTO_FTPS }, in proto2num()
Dtool_setopt.c143 NV(CURLPROTO_FTPS),
Dtool_operate.c1678 if((protocol == CURLPROTO_FTP || protocol == CURLPROTO_FTPS) && in operate_do()
/external/curl/docs/libcurl/
Dsymbols-in-versions660 CURLPROTO_FTPS 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h615 #define CURLPROTO_FTPS (1<<3) macro
/external/curl/lib/
Durldata.h67 #define PROTO_FAMILY_FTP (CURLPROTO_FTP|CURLPROTO_FTPS)
Dftp.c213 CURLPROTO_FTPS, /* protocol */
Durl.c4308 case CURLPROTO_FTPS: in get_protocol_family()
/external/curl/include/curl/
Dcurl.h896 #define CURLPROTO_FTPS (1<<3) macro
/external/curl/packages/OS400/
Dcurl.inc.in840 d CURLPROTO_FTPS...