Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dlibssh.c1248 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()
[all …]
Dssh.h168 sftp_file sftp_file; member
/third_party/ffmpeg/libavformat/
Dlibssh.c36 sftp_file file;