Home
last modified time | relevance | path

Searched refs:sftp_file (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dssh-libssh.c1124 if(sshc->sftp_file) in myssh_statemach_act()
1125 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1126 sshc->sftp_file = in myssh_statemach_act()
1129 if(!sshc->sftp_file) { in myssh_statemach_act()
1193 rc = sftp_seek64(sshc->sftp_file, data->state.resume_from); in myssh_statemach_act()
1473 if(sshc->sftp_file) in myssh_statemach_act()
1474 sftp_close(sshc->sftp_file); in myssh_statemach_act()
1476 sshc->sftp_file = sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1478 if(!sshc->sftp_file) { in myssh_statemach_act()
1493 attrs = sftp_fstat(sshc->sftp_file); in myssh_statemach_act()
[all …]
Dssh.h155 sftp_file sftp_file; member