Searched refs:quote_path1 (Results 1 – 2 of 2) sorted by relevance
1262 result = get_pathname(&cp, &sshc->quote_path1); in ssh_statemach_act()1294 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()1316 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()1340 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()1360 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()1374 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()1422 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()1435 sshc->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()1437 if(sshc->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()1439 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()[all …]
118 char *quote_path1; /* two generic pointers for the QUOTE stuff */ member