Home
last modified time | relevance | path

Searched refs:quote_path1 (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dssh.c1282 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()
[all …]
Dssh.h121 char *quote_path1; /* two generic pointers for the QUOTE stuff */ member