Searched refs:sftp_file (Results 1 – 3 of 3) sorted by relevance
1267 if(sshc->sftp_file) in myssh_statemach_act()1268 sftp_close(sshc->sftp_file); in myssh_statemach_act()1269 sshc->sftp_file = in myssh_statemach_act()1272 if(!sshc->sftp_file) { in myssh_statemach_act()1341 rc = sftp_seek64(sshc->sftp_file, data->state.resume_from); in myssh_statemach_act()1586 if(sshc->sftp_file) in myssh_statemach_act()1587 sftp_close(sshc->sftp_file); in myssh_statemach_act()1589 sshc->sftp_file = sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()1591 if(!sshc->sftp_file) { in myssh_statemach_act()1598 sftp_file_set_nonblocking(sshc->sftp_file); in myssh_statemach_act()[all …]
170 sftp_file sftp_file; member
36 sftp_file file;