Searched refs:readdir_tmp (Results 1 – 2 of 2) sorted by relevance
187 char *readdir_tmp; member
1526 sshc->readdir_tmp = sftp_readlink(sshc->sftp_session, in myssh_statemach_act()1531 sshc->readdir_len = strlen(sshc->readdir_tmp); in myssh_statemach_act()1533 sshc->readdir_filename = sshc->readdir_tmp; in myssh_statemach_act()1564 ssh_string_free_char(sshc->readdir_tmp); in myssh_statemach_act()1565 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()
Completed in 9 milliseconds