Lines Matching refs:quote_path1

868       Curl_safefree(sshc->quote_path1);  in myssh_statemach_act()
895 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
912 sshc->quote_path1); in myssh_statemach_act()
914 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
927 rc = sftp_mkdir(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
930 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
942 rc = sftp_rename(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
945 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
958 rc = sftp_rmdir(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
960 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
972 rc = sftp_unlink(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
974 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
989 statvfs = sftp_statvfs(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
991 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1855 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
2535 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in sftp_quote()
2567 Curl_safefree(sshc->quote_path1); in sftp_quote()
2588 Curl_safefree(sshc->quote_path1); in sftp_quote()
2612 Curl_safefree(sshc->quote_path1); in sftp_quote()
2638 Curl_safefree(sshc->quote_path1); in sftp_quote()
2671 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2683 sshc->quote_attrs->gid = (uint32_t)strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
2684 if(sshc->quote_attrs->gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
2686 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2698 perms = (mode_t)strtoul(sshc->quote_path1, NULL, 8); in sftp_quote_stat()
2700 if(perms == 0 && !ISDIGIT(sshc->quote_path1[0])) { in sftp_quote_stat()
2701 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2713 sshc->quote_attrs->uid = (uint32_t)strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
2714 if(sshc->quote_attrs->uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
2716 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()