Lines Matching refs:quote_path1

1557       result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir);
1582 /* sshc->quote_path1 contains the mode to set */
1590 Curl_safefree(sshc->quote_path1);
1603 /* sshc->quote_path1 is the source */
1612 Curl_safefree(sshc->quote_path1);
1636 Curl_safefree(sshc->quote_path1);
1662 Curl_safefree(sshc->quote_path1);
1671 Curl_safefree(sshc->quote_path1);
1719 Curl_safefree(sshc->quote_path1);
1732 sshp->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10);
1734 if(sshp->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
1736 Curl_safefree(sshc->quote_path1);
1746 sshp->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8);
1750 !ISDIGIT(sshc->quote_path1[0])) {
1751 Curl_safefree(sshc->quote_path1);
1761 sshp->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10);
1763 if(sshp->quote_attrs.uid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
1765 Curl_safefree(sshc->quote_path1);
1776 time_t date = Curl_getdate_capped(sshc->quote_path1);
1791 Curl_safefree(sshc->quote_path1);
1821 Curl_safefree(sshc->quote_path1);
1834 rc = libssh2_sftp_symlink_ex(sshc->sftp_session, sshc->quote_path1,
1835 curlx_uztoui(strlen(sshc->quote_path1)),
1844 Curl_safefree(sshc->quote_path1);
1857 rc = libssh2_sftp_mkdir_ex(sshc->sftp_session, sshc->quote_path1,
1858 curlx_uztoui(strlen(sshc->quote_path1)),
1865 Curl_safefree(sshc->quote_path1);
1877 rc = libssh2_sftp_rename_ex(sshc->sftp_session, sshc->quote_path1,
1878 curlx_uztoui(strlen(sshc->quote_path1)),
1890 Curl_safefree(sshc->quote_path1);
1903 rc = libssh2_sftp_rmdir_ex(sshc->sftp_session, sshc->quote_path1,
1904 curlx_uztoui(strlen(sshc->quote_path1)));
1910 Curl_safefree(sshc->quote_path1);
1922 rc = libssh2_sftp_unlink_ex(sshc->sftp_session, sshc->quote_path1,
1923 curlx_uztoui(strlen(sshc->quote_path1)));
1929 Curl_safefree(sshc->quote_path1);
1943 rc = libssh2_sftp_statvfs(sshc->sftp_session, sshc->quote_path1,
1944 curlx_uztoui(strlen(sshc->quote_path1)),
1952 Curl_safefree(sshc->quote_path1);
3010 Curl_safefree(sshc->quote_path1);