Home
last modified time | relevance | path

Searched refs:readdir_attrs (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/vssh/
Dssh.h123 LIBSSH2_SFTP_ATTRIBUTES readdir_attrs; member
173 sftp_attributes readdir_attrs; /* used by the SFTP readdir actions */ member
Dlibssh.c1424 if(sshc->readdir_attrs) in myssh_statemach_act()
1425 sftp_attributes_free(sshc->readdir_attrs); in myssh_statemach_act()
1427 sshc->readdir_attrs = sftp_readdir(sshc->sftp_session, sshc->sftp_dir); in myssh_statemach_act()
1428 if(sshc->readdir_attrs) { in myssh_statemach_act()
1429 sshc->readdir_filename = sshc->readdir_attrs->name; in myssh_statemach_act()
1430 sshc->readdir_longentry = sshc->readdir_attrs->longname; in myssh_statemach_act()
1470 if((sshc->readdir_attrs->flags & SSH_FILEXFER_ATTR_PERMISSIONS) && in myssh_statemach_act()
1471 ((sshc->readdir_attrs->permissions & S_IFMT) == in myssh_statemach_act()
1990 if(sshc->readdir_attrs) in myssh_statemach_act()
1991 sftp_attributes_free(sshc->readdir_attrs); in myssh_statemach_act()
Dlibssh2.c2247 &sshp->readdir_attrs); in ssh_statemach_act()
2279 if((sshp->readdir_attrs.flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) && in ssh_statemach_act()
2280 ((sshp->readdir_attrs.permissions & LIBSSH2_SFTP_S_IFMT) == in ssh_statemach_act()