Lines Matching refs:sftp_file
1248 if(sshc->sftp_file) in myssh_statemach_act()
1249 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1250 sshc->sftp_file = in myssh_statemach_act()
1253 if(!sshc->sftp_file) { in myssh_statemach_act()
1321 rc = sftp_seek64(sshc->sftp_file, data->state.resume_from); in myssh_statemach_act()
1598 if(sshc->sftp_file) in myssh_statemach_act()
1599 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1601 sshc->sftp_file = sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1603 if(!sshc->sftp_file) { in myssh_statemach_act()
1619 attrs = sftp_fstat(sshc->sftp_file); in myssh_statemach_act()
1683 rc = sftp_seek64(sshc->sftp_file, from); in myssh_statemach_act()
1722 rc = sftp_seek64(sshc->sftp_file, data->state.resume_from); in myssh_statemach_act()
1761 if(sshc->sftp_file) { in myssh_statemach_act()
1762 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1763 sshc->sftp_file = NULL; in myssh_statemach_act()
1788 if(sshc->sftp_file) { in myssh_statemach_act()
1789 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1790 sshc->sftp_file = NULL; in myssh_statemach_act()
2563 nwrite = sftp_write(conn->proto.sshc.sftp_file, mem, len); in sftp_send()
2598 sftp_async_read_begin(conn->proto.sshc.sftp_file, in sftp_recv()
2609 nread = sftp_async_read(conn->proto.sshc.sftp_file, in sftp_recv()