Home
last modified time | relevance | path

Searched refs:CURLPROTO_SCP (Results 1 – 15 of 15) sorted by relevance

/external/curl/src/
Dtool_libinfo.c68 { "scp", CURLPROTO_SCP }, in get_libcurl_info()
Dtool_cfgable.c40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
Dtool_paramhlp.c323 { "scp", CURLPROTO_SCP }, in proto2num()
Dtool_setopt.c155 NV(CURLPROTO_SCP),
Dtool_operate.c1376 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in single_transfer()
1520 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in single_transfer()
/external/curl/lib/
Dcurl_path.c50 if(conn->handler->protocol & CURLPROTO_SCP) { in Curl_getworkingpath()
Durldata.h71 #define PROTO_FAMILY_SSH (CURLPROTO_SCP|CURLPROTO_SFTP)
Dtransfer.c491 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
Durl.c3976 case CURLPROTO_SCP:
3977 family = CURLPROTO_SCP;
/external/curl/docs/libcurl/
Dsymbols-in-versions682 CURLPROTO_SCP 7.19.4
/external/curl/lib/vssh/
Dlibssh.c156 CURLPROTO_SCP, /* protocol */
2050 if(conn->handler->protocol & CURLPROTO_SCP) { in myssh_connect()
2178 if(conn->handler->protocol & CURLPROTO_SCP) in myssh_do_it()
Dlibssh2.c154 CURLPROTO_SCP, /* protocol */
2872 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()
3011 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
/external/google-breakpad/src/third_party/curl/
Dcurl.h616 #define CURLPROTO_SCP (1<<4) macro
/external/curl/include/curl/
Dcurl.h899 #define CURLPROTO_SCP (1<<4) macro
/external/curl/packages/OS400/
Dcurl.inc.in844 d CURLPROTO_SCP...