Searched refs:readdir_attrs (Results 1 – 3 of 3) sorted by relevance
125 LIBSSH2_SFTP_ATTRIBUTES readdir_attrs; member175 sftp_attributes readdir_attrs; /* used by the SFTP readdir actions */ member
1435 if(sshc->readdir_attrs) in myssh_statemach_act()1436 sftp_attributes_free(sshc->readdir_attrs); in myssh_statemach_act()1438 sshc->readdir_attrs = sftp_readdir(sshc->sftp_session, sshc->sftp_dir); in myssh_statemach_act()1439 if(sshc->readdir_attrs) { in myssh_statemach_act()1440 sshc->readdir_filename = sshc->readdir_attrs->name; in myssh_statemach_act()1441 sshc->readdir_longentry = sshc->readdir_attrs->longname; in myssh_statemach_act()1476 if((sshc->readdir_attrs->flags & SSH_FILEXFER_ATTR_PERMISSIONS) && in myssh_statemach_act()1477 ((sshc->readdir_attrs->permissions & SSH_S_IFMT) == in myssh_statemach_act()1988 if(sshc->readdir_attrs) in myssh_statemach_act()1989 sftp_attributes_free(sshc->readdir_attrs); in myssh_statemach_act()
2320 &sshp->readdir_attrs); in ssh_statemach_act()2352 if((sshp->readdir_attrs.flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) && in ssh_statemach_act()2353 ((sshp->readdir_attrs.permissions & LIBSSH2_SFTP_S_IFMT) == in ssh_statemach_act()