Searched refs:SCP_SEND (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | ssh.c | 498 #define SCP_SEND(a,b,c,d) libssh2_scp_send_ex(a, b, (int)(c), (size_t)d, 0, 0) macro 500 #define SCP_SEND(a,b,c,d) libssh2_scp_send64(a, b, (int)(c), \ macro 2320 SCP_SEND(sshc->ssh_session, sftp_scp->path, data->set.new_file_perms, in ssh_statemach_act()
|