Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dssh.h181 char *readdir_tmp; member
Dlibssh.c1525 sshc->readdir_tmp = sftp_readlink(sshc->sftp_session, in myssh_statemach_act()
1530 sshc->readdir_len = strlen(sshc->readdir_tmp); in myssh_statemach_act()
1532 sshc->readdir_filename = sshc->readdir_tmp; in myssh_statemach_act()
1563 ssh_string_free_char(sshc->readdir_tmp); in myssh_statemach_act()
1564 sshc->readdir_tmp = NULL; in myssh_statemach_act()
1977 if(sshc->readdir_tmp) { in myssh_statemach_act()
1978 ssh_string_free_char(sshc->readdir_tmp); in myssh_statemach_act()
1979 sshc->readdir_tmp = NULL; in myssh_statemach_act()