Searched refs:CURLPROTO_SCP (Results 1 – 15 of 15) sorted by relevance
68 { "scp", CURLPROTO_SCP }, in get_libcurl_info()
40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
323 { "scp", CURLPROTO_SCP }, in proto2num()
155 NV(CURLPROTO_SCP),
1376 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in single_transfer()1520 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in single_transfer()
50 if(conn->handler->protocol & CURLPROTO_SCP) { in Curl_getworkingpath()
71 #define PROTO_FAMILY_SSH (CURLPROTO_SCP|CURLPROTO_SFTP)
491 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
3976 case CURLPROTO_SCP:3977 family = CURLPROTO_SCP;
682 CURLPROTO_SCP 7.19.4
156 CURLPROTO_SCP, /* protocol */2050 if(conn->handler->protocol & CURLPROTO_SCP) { in myssh_connect()2178 if(conn->handler->protocol & CURLPROTO_SCP) in myssh_do_it()
154 CURLPROTO_SCP, /* protocol */2872 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()3011 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
616 #define CURLPROTO_SCP (1<<4) macro
899 #define CURLPROTO_SCP (1<<4) macro
844 d CURLPROTO_SCP...