Lines Matching refs:quote_path1

1021       Curl_safefree(sshc->quote_path1);
1048 Curl_safefree(sshc->quote_path1);
1065 sshc->quote_path1);
1067 Curl_safefree(sshc->quote_path1);
1080 rc = sftp_mkdir(sshc->sftp_session, sshc->quote_path1,
1083 Curl_safefree(sshc->quote_path1);
1095 rc = sftp_rename(sshc->sftp_session, sshc->quote_path1,
1098 Curl_safefree(sshc->quote_path1);
1111 rc = sftp_rmdir(sshc->sftp_session, sshc->quote_path1);
1113 Curl_safefree(sshc->quote_path1);
1125 rc = sftp_unlink(sshc->sftp_session, sshc->quote_path1);
1127 Curl_safefree(sshc->quote_path1);
1142 statvfs = sftp_statvfs(sshc->sftp_session, sshc->quote_path1);
1144 Curl_safefree(sshc->quote_path1);
1998 Curl_safefree(sshc->quote_path1);
2703 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir);
2728 /* sshc->quote_path1 contains the mode to set */
2737 Curl_safefree(sshc->quote_path1);
2750 /* sshc->quote_path1 is the source */
2758 Curl_safefree(sshc->quote_path1);
2782 Curl_safefree(sshc->quote_path1);
2808 Curl_safefree(sshc->quote_path1);
2841 Curl_safefree(sshc->quote_path1);
2853 sshc->quote_attrs->gid = (uint32_t)strtoul(sshc->quote_path1, NULL, 10);
2854 if(sshc->quote_attrs->gid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
2856 Curl_safefree(sshc->quote_path1);
2868 perms = (mode_t)strtoul(sshc->quote_path1, NULL, 8);
2870 if(perms == 0 && !ISDIGIT(sshc->quote_path1[0])) {
2871 Curl_safefree(sshc->quote_path1);
2883 sshc->quote_attrs->uid = (uint32_t)strtoul(sshc->quote_path1, NULL, 10);
2884 if(sshc->quote_attrs->uid == 0 && !ISDIGIT(sshc->quote_path1[0]) &&
2886 Curl_safefree(sshc->quote_path1);
2898 time_t date = Curl_getdate_capped(sshc->quote_path1);
2911 Curl_safefree(sshc->quote_path1);