Searched refs:CURLPROTO_SCP (Results 1 – 14 of 14) sorted by relevance
68 { "scp", CURLPROTO_SCP }, in get_libcurl_info()
40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
284 { "scp", CURLPROTO_SCP }, in proto2num()
154 NV(CURLPROTO_SCP),
1038 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()1181 if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) { in operate_do()
50 if(conn->handler->protocol & CURLPROTO_SCP) { in Curl_getworkingpath()
160 CURLPROTO_SCP, /* protocol */2065 if(conn->handler->protocol & CURLPROTO_SCP) { in myssh_connect()2193 if(conn->handler->protocol & CURLPROTO_SCP) in myssh_do_it()
162 CURLPROTO_SCP, /* protocol */2893 if(conn->handler->protocol & CURLPROTO_SCP) { in ssh_connect()3032 if(conn->handler->protocol & CURLPROTO_SCP) in ssh_do()
489 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in Curl_init_userdefined()4312 case CURLPROTO_SCP: in get_protocol_family()4313 family = CURLPROTO_SCP; in get_protocol_family()
493 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || in data_pending()
677 CURLPROTO_SCP 7.19.4
616 #define CURLPROTO_SCP (1<<4) macro
897 #define CURLPROTO_SCP (1<<4) macro
842 d CURLPROTO_SCP...