Lines Matching refs:sftp_handle
2086 sshc->sftp_handle = in ssh_statemach_act()
2092 if(!sshc->sftp_handle) { in ssh_statemach_act()
2191 SFTP_SEEK(sshc->sftp_handle, data->state.resume_from); in ssh_statemach_act()
2290 sshc->sftp_handle = libssh2_sftp_open_ex(sshc->sftp_session, in ssh_statemach_act()
2295 if(!sshc->sftp_handle) { in ssh_statemach_act()
2327 rc = libssh2_sftp_readdir_ex(sshc->sftp_handle, in ssh_statemach_act()
2441 if(libssh2_sftp_closedir(sshc->sftp_handle) == in ssh_statemach_act()
2446 sshc->sftp_handle = NULL; in ssh_statemach_act()
2459 sshc->sftp_handle = in ssh_statemach_act()
2464 if(!sshc->sftp_handle) { in ssh_statemach_act()
2550 SFTP_SEEK(sshc->sftp_handle, from); in ssh_statemach_act()
2584 SFTP_SEEK(sshc->sftp_handle, data->state.resume_from); in ssh_statemach_act()
2618 if(sshc->sftp_handle) { in ssh_statemach_act()
2619 rc = libssh2_sftp_close(sshc->sftp_handle); in ssh_statemach_act()
2629 sshc->sftp_handle = NULL; in ssh_statemach_act()
2655 if(sshc->sftp_handle) { in ssh_statemach_act()
2656 rc = libssh2_sftp_close(sshc->sftp_handle); in ssh_statemach_act()
2666 sshc->sftp_handle = NULL; in ssh_statemach_act()
3000 DEBUGASSERT(sshc->sftp_handle == NULL); in ssh_statemach_act()
3681 nwrite = libssh2_sftp_write(sshc->sftp_handle, mem, len); in sftp_send()
3709 nread = libssh2_sftp_read(sshc->sftp_handle, mem, len); in sftp_recv()