Lines Matching refs:quote_path1
1282 result = get_pathname(&cp, &sshc->quote_path1); in ssh_statemach_act()
1314 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1336 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1360 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1386 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1400 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1448 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1461 sshc->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1463 if(sshc->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1465 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1475 sshc->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8); in ssh_statemach_act()
1479 !ISDIGIT(sshc->quote_path1[0])) { in ssh_statemach_act()
1480 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1490 sshc->quote_attrs.uid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1492 if(sshc->quote_attrs.uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1494 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1519 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1532 rc = libssh2_sftp_symlink_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1533 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1542 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1555 rc = libssh2_sftp_mkdir_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1556 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1563 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1574 rc = libssh2_sftp_rename_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1575 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1587 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1599 rc = libssh2_sftp_rmdir_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1600 curlx_uztoui(strlen(sshc->quote_path1))); in ssh_statemach_act()
1606 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1617 rc = libssh2_sftp_unlink_ex(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1618 curlx_uztoui(strlen(sshc->quote_path1))); in ssh_statemach_act()
1624 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1638 rc = libssh2_sftp_statvfs(sshc->sftp_session, sshc->quote_path1, in ssh_statemach_act()
1639 curlx_uztoui(strlen(sshc->quote_path1)), in ssh_statemach_act()
1647 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
2692 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()