Home
last modified time | relevance | path

Searched refs:CURLPROTO_SCP (Results 1 – 14 of 14) 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.c284 { "scp", CURLPROTO_SCP }, in proto2num()
Dtool_setopt.c154 NV(CURLPROTO_SCP),
Dtool_operate.c1038 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()
1181 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()
/external/curl/lib/
Dcurl_path.c50 if(conn->handler->protocol & CURLPROTO_SCP) { in Curl_getworkingpath()
Dssh-libssh.c160 CURLPROTO_SCP, /* protocol */
2065 if(conn->handler->protocol & CURLPROTO_SCP) { in myssh_connect()
2193 if(conn->handler->protocol & CURLPROTO_SCP) in myssh_do_it()
Dssh.c162 CURLPROTO_SCP, /* protocol */
2893 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()
3032 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
Durl.c489 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in Curl_init_userdefined()
4312 case CURLPROTO_SCP: in get_protocol_family()
4313 family = CURLPROTO_SCP; in get_protocol_family()
Dtransfer.c493 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
/external/curl/docs/libcurl/
Dsymbols-in-versions677 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.h897 #define CURLPROTO_SCP (1<<4) macro
/external/curl/packages/OS400/
Dcurl.inc.in842 d CURLPROTO_SCP...