Lines Matching refs:quote_path1
1020 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in sftp_quote()
1045 Curl_safefree(sshc->quote_path1); in sftp_quote()
1061 Curl_safefree(sshc->quote_path1); in sftp_quote()
1080 Curl_safefree(sshc->quote_path1); in sftp_quote()
1103 Curl_safefree(sshc->quote_path1); in sftp_quote()
1431 sshp->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
1433 if(sshp->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
1440 sshp->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8); in sftp_quote_stat()
1444 !ISDIGIT(sshc->quote_path1[0])) { in sftp_quote_stat()
1450 sshp->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10); in sftp_quote_stat()
1452 if(sshp->quote_attrs.uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
1460 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
1488 Curl_safefree(sshc->quote_path1); in sftp_quote_stat()
2133 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2171 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2184 rc = libssh2_sftp_symlink_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemachine()
2185 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemachine()
2194 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2207 rc = libssh2_sftp_mkdir_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemachine()
2208 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemachine()
2215 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2227 rc = libssh2_sftp_rename_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemachine()
2228 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemachine()
2240 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2253 rc = libssh2_sftp_rmdir_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemachine()
2254 curlx_uztoui(strlen(sshc->quote_path1))); in ssh_statemachine()
2260 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2272 rc = libssh2_sftp_unlink_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemachine()
2273 curlx_uztoui(strlen(sshc->quote_path1))); in ssh_statemachine()
2279 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2293 rc = libssh2_sftp_statvfs(sshc->sftp_session, sshc->quote_path1, in ssh_statemachine()
2294 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemachine()
2302 Curl_safefree(sshc->quote_path1); in ssh_statemachine()
2980 Curl_safefree(sshc->quote_path1); in ssh_statemachine()