Lines Matching refs:readdir_link_attrs
1513 if(sshc->readdir_link_attrs) in myssh_statemach_act()
1514 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()
1516 sshc->readdir_link_attrs = sftp_lstat(sshc->sftp_session, in myssh_statemach_act()
1518 if(sshc->readdir_link_attrs == 0) { in myssh_statemach_act()
1525 if(!sshc->readdir_link_attrs->name) { in myssh_statemach_act()
1536 sshc->readdir_len = strlen(sshc->readdir_link_attrs->name); in myssh_statemach_act()
1537 sshc->readdir_filename = sshc->readdir_link_attrs->name; in myssh_statemach_act()
1538 sshc->readdir_longentry = sshc->readdir_link_attrs->longname; in myssh_statemach_act()
1549 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()
1550 sshc->readdir_link_attrs = NULL; in myssh_statemach_act()
1988 if(sshc->readdir_link_attrs) in myssh_statemach_act()
1989 sftp_attributes_free(sshc->readdir_link_attrs); in myssh_statemach_act()