Searched refs:CURLPROTO_SCP (Results 1 – 12 of 12) sorted by relevance
68 { "scp", CURLPROTO_SCP }, in get_libcurl_info()
40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
259 { "scp", CURLPROTO_SCP }, in proto2num()
135 NV(CURLPROTO_SCP),
1003 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()1054 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()
586 CURLPROTO_SCP 7.19.4
174 CURLPROTO_SCP, /* protocol */418 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_getworkingpath()2792 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()2924 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
310 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
564 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in Curl_init_userdefined()
616 #define CURLPROTO_SCP (1<<4) macro
787 #define CURLPROTO_SCP (1<<4) macro
742 d CURLPROTO_SCP...