Home
last modified time | relevance | path

Searched refs:PROTO_FAMILY_SSH (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/
Durldata.h102 #define PROTO_FAMILY_SSH (CURLPROTO_SCP|CURLPROTO_SFTP) macro
Dconnect.c921 if(cf->conn->handler->protocol & PROTO_FAMILY_SSH) in cf_he_connect()
Durl.c1314 else if(get_protocol_family(needle->handler) & PROTO_FAMILY_SSH) { in ConnectionExists()
/third_party/curl/lib/vssh/
Dlibssh2.c3819 if(conn->handler->protocol & PROTO_FAMILY_SSH) { in ssh_attach()