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()
143 NV(CURLPROTO_SCP),
1003 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()1062 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()
602 CURLPROTO_SCP 7.19.4
180 CURLPROTO_SCP, /* protocol */427 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_getworkingpath()2911 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()3043 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
306 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
571 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in Curl_init_userdefined()6528 case CURLPROTO_SCP: in get_protocol_family()6529 family = CURLPROTO_SCP; in get_protocol_family()
616 #define CURLPROTO_SCP (1<<4) macro
814 #define CURLPROTO_SCP (1<<4) macro
763 d CURLPROTO_SCP...