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