Lines Matching refs:sftp_file
1268 if(sshc->sftp_file) in myssh_statemach_act()
1269 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1270 sshc->sftp_file = in myssh_statemach_act()
1273 if(!sshc->sftp_file) { in myssh_statemach_act()
1342 rc = sftp_seek64(sshc->sftp_file, data->state.resume_from); in myssh_statemach_act()
1587 if(sshc->sftp_file) in myssh_statemach_act()
1588 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1590 sshc->sftp_file = sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1592 if(!sshc->sftp_file) { in myssh_statemach_act()
1599 sftp_file_set_nonblocking(sshc->sftp_file); in myssh_statemach_act()
1608 attrs = sftp_fstat(sshc->sftp_file); in myssh_statemach_act()
1673 rc = sftp_seek64(sshc->sftp_file, from); in myssh_statemach_act()
1710 rc = sftp_seek64(sshc->sftp_file, data->state.resume_from); in myssh_statemach_act()
1749 if(sshc->sftp_file) { in myssh_statemach_act()
1750 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1751 sshc->sftp_file = NULL; in myssh_statemach_act()
1776 if(sshc->sftp_file) { in myssh_statemach_act()
1777 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1778 sshc->sftp_file = NULL; in myssh_statemach_act()
2574 nwrite = sftp_write(conn->proto.sshc.sftp_file, mem, len); in sftp_send()
2609 sftp_async_read_begin(conn->proto.sshc.sftp_file, in sftp_recv()
2620 nread = sftp_async_read(conn->proto.sshc.sftp_file, in sftp_recv()