Lines Matching refs:quote_path1
1022 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1049 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1066 sshc->quote_path1); in myssh_statemach_act()
1068 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1081 rc = sftp_mkdir(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
1084 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1096 rc = sftp_rename(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
1099 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1112 rc = sftp_rmdir(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
1114 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1126 rc = sftp_unlink(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
1128 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1143 statvfs = sftp_statvfs(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
1145 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1998 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
2713 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in sftp_quote()
2747 Curl_safefree(sshc->quote_path1); in sftp_quote()
2768 Curl_safefree(sshc->quote_path1); in sftp_quote()
2792 Curl_safefree(sshc->quote_path1); in sftp_quote()
2818 Curl_safefree(sshc->quote_path1); in sftp_quote()
2851 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2863 sshc->quote_attrs->gid = (uint32_t)strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
2864 if(sshc->quote_attrs->gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
2866 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2878 perms = (mode_t)strtoul(sshc->quote_path1, NULL, 8); in sftp_quote_stat()
2880 if(perms == 0 && !ISDIGIT(sshc->quote_path1[0])) { in sftp_quote_stat()
2881 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2893 sshc->quote_attrs->uid = (uint32_t)strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
2894 if(sshc->quote_attrs->uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
2896 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2908 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
2921 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()