Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dssh.h179 char *readdir_tmp; member
Dlibssh.c1516 sshc->readdir_tmp = sftp_readlink(sshc->sftp_session, in myssh_statemach_act()
1521 sshc->readdir_len = strlen(sshc->readdir_tmp); in myssh_statemach_act()
1523 sshc->readdir_filename = sshc->readdir_tmp; in myssh_statemach_act()
1575 ssh_string_free_char(sshc->readdir_tmp); in myssh_statemach_act()
1576 sshc->readdir_tmp = NULL; in myssh_statemach_act()
1983 if(sshc->readdir_tmp) { in myssh_statemach_act()
1984 ssh_string_free_char(sshc->readdir_tmp); in myssh_statemach_act()
1985 sshc->readdir_tmp = NULL; in myssh_statemach_act()