Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dlibssh.c1267 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 …]
Dssh.h170 sftp_file sftp_file; member
/third_party/ffmpeg/libavformat/
Dlibssh.c36 sftp_file file;