Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dlibssh2.c2086 sshc->sftp_handle = in ssh_statemach_act()
2092 if(!sshc->sftp_handle) { in ssh_statemach_act()
2191 SFTP_SEEK(sshc->sftp_handle, data->state.resume_from); in ssh_statemach_act()
2290 sshc->sftp_handle = libssh2_sftp_open_ex(sshc->sftp_session, in ssh_statemach_act()
2295 if(!sshc->sftp_handle) { in ssh_statemach_act()
2327 rc = libssh2_sftp_readdir_ex(sshc->sftp_handle, in ssh_statemach_act()
2441 if(libssh2_sftp_closedir(sshc->sftp_handle) == in ssh_statemach_act()
2446 sshc->sftp_handle = NULL; in ssh_statemach_act()
2459 sshc->sftp_handle = in ssh_statemach_act()
2464 if(!sshc->sftp_handle) { in ssh_statemach_act()
[all …]
Dssh.h186 LIBSSH2_SFTP_HANDLE *sftp_handle; member