Searched refs:readdir_link_attrs (Results 1 – 2 of 2) sorted by relevance
1503 if(sshc->readdir_link_attrs) in myssh_statemach_act()1504 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()1506 sshc->readdir_link_attrs = sftp_lstat(sshc->sftp_session, in myssh_statemach_act()1508 if(sshc->readdir_link_attrs == 0) { in myssh_statemach_act()1515 if(!sshc->readdir_link_attrs->name) { in myssh_statemach_act()1526 sshc->readdir_len = strlen(sshc->readdir_link_attrs->name); in myssh_statemach_act()1527 sshc->readdir_filename = sshc->readdir_link_attrs->name; in myssh_statemach_act()1528 sshc->readdir_longentry = sshc->readdir_link_attrs->longname; in myssh_statemach_act()1552 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()1553 sshc->readdir_link_attrs = NULL; in myssh_statemach_act()[all …]
174 sftp_attributes readdir_link_attrs; /* used by the SFTP readdir actions */ member