Home
last modified time | relevance | path

Searched refs:readdir_link_attrs (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vssh/
H A Dssh.h178 sftp_attributes readdir_link_attrs; /* used by the SFTP readdir actions */ member
H A Dlibssh.c1513 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()
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()
[all …]

Completed in 15 milliseconds