Searched refs:CURLPROTO_SCP (Results 1 – 15 of 15) sorted by relevance
/external/curl/src/ |
D | tool_libinfo.c | 68 { "scp", CURLPROTO_SCP }, in get_libcurl_info()
|
D | tool_cfgable.c | 40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
|
D | tool_paramhlp.c | 276 { "scp", CURLPROTO_SCP }, in proto2num()
|
D | tool_setopt.c | 158 NV(CURLPROTO_SCP),
|
D | tool_operate.c | 1466 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/ |
D | curl_path.c | 50 if(conn->handler->protocol & CURLPROTO_SCP) { in Curl_getworkingpath()
|
D | urldata.h | 72 #define PROTO_FAMILY_SSH (CURLPROTO_SCP|CURLPROTO_SFTP)
|
D | transfer.c | 498 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
|
/external/curl/lib/vssh/ |
D | wolfssh.c | 92 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()
|
D | libssh.c | 160 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()
|
D | libssh2.c | 152 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/ |
D | symbols-in-versions | 713 CURLPROTO_SCP 7.19.4
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 616 #define CURLPROTO_SCP (1<<4) macro
|
/external/curl/include/curl/ |
D | curl.h | 964 #define CURLPROTO_SCP (1<<4) macro
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 858 d CURLPROTO_SCP...
|