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.c276 { "scp", CURLPROTO_SCP }, in proto2num()
Dtool_setopt.c158 NV(CURLPROTO_SCP),
Dtool_operate.c1466 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in single_transfer()
1710 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.h72 #define PROTO_FAMILY_SSH (CURLPROTO_SCP|CURLPROTO_SFTP)
Dtransfer.c498 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
/external/curl/lib/vssh/
Dwolfssh.c92 CURLPROTO_SCP, /* protocol */
366 if(conn->handler->protocol & CURLPROTO_SCP) { in wssh_connect()
408 if(conn->handler->protocol & CURLPROTO_SCP) in wssh_connect()
967 if(conn->handler->protocol & CURLPROTO_SCP) in wssh_do()
Dlibssh.c160 CURLPROTO_SCP, /* protocol */
161 CURLPROTO_SCP, /* family */
2164 if(conn->handler->protocol & CURLPROTO_SCP) { in myssh_connect()
2324 if(conn->handler->protocol & CURLPROTO_SCP) in myssh_do_it()
Dlibssh2.c152 CURLPROTO_SCP, /* protocol */
153 CURLPROTO_SCP, /* family */
3157 else if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()
3277 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
/external/curl/docs/libcurl/
Dsymbols-in-versions713 CURLPROTO_SCP 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h616 #define CURLPROTO_SCP (1<<4) macro
/external/curl/include/curl/
Dcurl.h964 #define CURLPROTO_SCP (1<<4) macro
/external/curl/packages/OS400/
Dcurl.inc.in858 d CURLPROTO_SCP...