Searched refs:readdir_link_attrs (Results 1 – 2 of 2) sorted by relevance
1486 if(sshc->readdir_link_attrs) in myssh_statemach_act()1487 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()1489 sshc->readdir_link_attrs = sftp_lstat(sshc->sftp_session, in myssh_statemach_act()1491 if(sshc->readdir_link_attrs == 0) { in myssh_statemach_act()1497 if(sshc->readdir_link_attrs->name == NULL) { in myssh_statemach_act()1508 sshc->readdir_len = strlen(sshc->readdir_link_attrs->name); in myssh_statemach_act()1509 sshc->readdir_filename = sshc->readdir_link_attrs->name; in myssh_statemach_act()1510 sshc->readdir_longentry = sshc->readdir_link_attrs->longname; in myssh_statemach_act()1534 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()1535 sshc->readdir_link_attrs = NULL; in myssh_statemach_act()[all …]
164 sftp_attributes readdir_link_attrs; /* used by the SFTP readdir actions */ member