Lines Matching refs:quote_path1

1206         result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir);  in ssh_statemach_act()
1238 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1260 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1284 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1310 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1321 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1369 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1382 sshc->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1384 if(sshc->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1386 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1396 sshc->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8); in ssh_statemach_act()
1400 !ISDIGIT(sshc->quote_path1[0])) { in ssh_statemach_act()
1401 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1411 sshc->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1413 if(sshc->quote_attrs.uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1415 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1440 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1453 rc = libssh2_sftp_symlink_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1454 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1463 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1476 rc = libssh2_sftp_mkdir_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1477 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1484 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1495 rc = libssh2_sftp_rename_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1496 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1508 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1520 rc = libssh2_sftp_rmdir_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1521 curlx_uztoui(strlen(sshc->quote_path1))); in ssh_statemach_act()
1527 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1538 rc = libssh2_sftp_unlink_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1539 curlx_uztoui(strlen(sshc->quote_path1))); in ssh_statemach_act()
1545 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1559 rc = libssh2_sftp_statvfs(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1560 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1568 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
2618 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()