Searched refs:CURLPROTO_SCP (Results 1 – 13 of 13) sorted by relevance
/third_party/curl/docs/libcurl/opts/ |
D | CURLINFO_PROTOCOL.md | 40 CURLPROTO_SCP, CURLPROTO_SFTP, CURLPROTO_SMB, CURLPROTO_SMBS, CURLPROTO_SMTP,
|
D | CURLOPT_PROTOCOLS.md | 60 CURLPROTO_SCP
|
D | CURLOPT_REDIR_PROTOCOLS.md | 67 CURLPROTO_SCP
|
/third_party/curl/lib/vssh/ |
D | wolfssh.c | 100 CURLPROTO_SCP, /* protocol */ 378 if(conn->handler->protocol & CURLPROTO_SCP) { in wssh_connect() 420 if(conn->handler->protocol & CURLPROTO_SCP) in wssh_connect() 977 if(conn->handler->protocol & CURLPROTO_SCP) in wssh_do()
|
D | libssh.c | 168 CURLPROTO_SCP, /* protocol */ 169 CURLPROTO_SCP, /* family */ 2177 if(conn->handler->protocol & CURLPROTO_SCP) { in myssh_connect() 2337 if(conn->handler->protocol & CURLPROTO_SCP) in myssh_do_it()
|
D | libssh2.c | 145 CURLPROTO_SCP, /* protocol */ 146 CURLPROTO_SCP, /* family */ 3347 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect() 3468 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
|
/third_party/curl/lib/ |
D | curl_path.c | 56 if((data->conn->handler->protocol & CURLPROTO_SCP) && in Curl_getworkingpath()
|
D | urldata.h | 102 #define PROTO_FAMILY_SSH (CURLPROTO_SCP|CURLPROTO_SFTP)
|
D | transfer.c | 380 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
|
/third_party/curl/docs/libcurl/ |
D | symbols-in-versions | 953 CURLPROTO_SCP 7.19.4
|
D | libcurl-symbols.md | 2843 ## CURLPROTO_SCP section in libcurl symbols
|
/third_party/curl/include/curl/ |
D | curl.h | 1036 #define CURLPROTO_SCP (1<<4) macro
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 1009 d CURLPROTO_SCP...
|