Searched refs:readdir_attrs (Results 1 – 3 of 3) sorted by relevance
131 LIBSSH2_SFTP_ATTRIBUTES readdir_attrs; member181 sftp_attributes readdir_attrs; /* used by the SFTP readdir actions */ member
1446 if(sshc->readdir_attrs) in myssh_statemach_act()1447 sftp_attributes_free(sshc->readdir_attrs); in myssh_statemach_act()1449 sshc->readdir_attrs = sftp_readdir(sshc->sftp_session, sshc->sftp_dir); in myssh_statemach_act()1450 if(sshc->readdir_attrs) { in myssh_statemach_act()1451 sshc->readdir_filename = sshc->readdir_attrs->name; in myssh_statemach_act()1452 sshc->readdir_longentry = sshc->readdir_attrs->longname; in myssh_statemach_act()1481 if((sshc->readdir_attrs->flags & SSH_FILEXFER_ATTR_PERMISSIONS) && in myssh_statemach_act()1482 ((sshc->readdir_attrs->permissions & SSH_S_IFMT) == in myssh_statemach_act()1985 if(sshc->readdir_attrs) in myssh_statemach_act()1986 sftp_attributes_free(sshc->readdir_attrs); in myssh_statemach_act()
1633 &sshp->readdir_attrs); in sftp_readdir()1656 if((sshp->readdir_attrs.flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) && in sftp_readdir()1657 ((sshp->readdir_attrs.permissions & LIBSSH2_SFTP_S_IFMT) == in sftp_readdir()
Completed in 17 milliseconds