Lines Matching refs:sftp_handle
2086 sshc->sftp_handle =
2092 if(!sshc->sftp_handle) {
2191 SFTP_SEEK(sshc->sftp_handle, data->state.resume_from);
2290 sshc->sftp_handle = libssh2_sftp_open_ex(sshc->sftp_session,
2295 if(!sshc->sftp_handle) {
2327 rc = libssh2_sftp_readdir_ex(sshc->sftp_handle,
2441 if(libssh2_sftp_closedir(sshc->sftp_handle) ==
2446 sshc->sftp_handle = NULL;
2459 sshc->sftp_handle =
2464 if(!sshc->sftp_handle) {
2550 SFTP_SEEK(sshc->sftp_handle, from);
2584 SFTP_SEEK(sshc->sftp_handle, data->state.resume_from);
2618 if(sshc->sftp_handle) {
2619 rc = libssh2_sftp_close(sshc->sftp_handle);
2629 sshc->sftp_handle = NULL;
2652 sftp_handle might not have been taken down so make sure that is done
2655 if(sshc->sftp_handle) {
2656 rc = libssh2_sftp_close(sshc->sftp_handle);
2666 sshc->sftp_handle = NULL;
3000 DEBUGASSERT(sshc->sftp_handle == NULL);
3681 nwrite = libssh2_sftp_write(sshc->sftp_handle, mem, len);
3709 nread = libssh2_sftp_read(sshc->sftp_handle, mem, len);