Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dssh.h128 LIBSSH2_SFTP_ATTRIBUTES quote_attrs; /* used by the SFTP_QUOTE state */ member
183 sftp_attributes quote_attrs; /* used by the SFTP_QUOTE state */ member
H A Dlibssh.c1047 sshc->quote_attrs); in myssh_statemach_act()
1982 if(sshc->quote_attrs) in myssh_statemach_act()
1983 sftp_attributes_free(sshc->quote_attrs); in myssh_statemach_act()
2753 sshc->quote_attrs = NULL; in sftp_quote()
2847 if(sshc->quote_attrs) in sftp_quote_stat()
2848 sftp_attributes_free(sshc->quote_attrs); in sftp_quote_stat()
2850 if(!sshc->quote_attrs) { in sftp_quote_stat()
2874 sshc->quote_attrs->flags |= SSH_FILEXFER_ATTR_UIDGID; in sftp_quote_stat()
2889 sshc->quote_attrs->permissions = perms; in sftp_quote_stat()
2929 sshc->quote_attrs->atime = (uint32_t)date; in sftp_quote_stat()
[all …]
H A Dlibssh2.c1416 &sshp->quote_attrs); in sftp_quote_stat()
1431 sshp->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
1432 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_UIDGID; in sftp_quote_stat()
1441 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS; in sftp_quote_stat()
1443 if(sshp->quote_attrs.permissions == 0 && in sftp_quote_stat()
1450 sshp->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
1451 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_UIDGID; in sftp_quote_stat()
1477 sshp->quote_attrs.atime = (unsigned long)date; in sftp_quote_stat()
1479 sshp->quote_attrs.mtime = (unsigned long)date; in sftp_quote_stat()
1481 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_ACMODTIME; in sftp_quote_stat()
[all …]

Completed in 27 milliseconds