Searched refs:quote_attrs (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/vssh/ |
H A D | ssh.h | 122 LIBSSH2_SFTP_ATTRIBUTES quote_attrs; /* used by the SFTP_QUOTE state */ member 177 sftp_attributes quote_attrs; /* used by the SFTP_QUOTE state */ member
|
H A D | libssh.c | 1046 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() 2743 sshc->quote_attrs = NULL; in sftp_quote() 2832 /* We read the file attributes, store them in sshc->quote_attrs in sftp_quote_stat() 2837 if(sshc->quote_attrs) in sftp_quote_stat() 2838 sftp_attributes_free(sshc->quote_attrs); in sftp_quote_stat() 2839 sshc->quote_attrs = sftp_stat(sshc->sftp_session, sshc->quote_path2); in sftp_quote_stat() 2840 if(!sshc->quote_attrs) { in sftp_quote_stat() 2853 sshc->quote_attrs in sftp_quote_stat() [all...] |
H A D | libssh2.c | 1596 memset(&sshp->quote_attrs, 0, sizeof(LIBSSH2_SFTP_ATTRIBUTES)); in ssh_statemach_act() 1713 &sshp->quote_attrs); in ssh_statemach_act() 1732 sshp->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act() 1733 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_UIDGID; in ssh_statemach_act() 1734 if(sshp->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act() 1746 sshp->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8); in ssh_statemach_act() 1747 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS; in ssh_statemach_act() 1749 if(sshp->quote_attrs.permissions == 0 && in ssh_statemach_act() 1761 sshp->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act() 1762 sshp->quote_attrs in ssh_statemach_act() [all...] |
Completed in 6 milliseconds