Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1287 result = get_pathname(&cp, &sshc->quote_path2); in ssh_statemach_act()
1309 result = get_pathname(&cp, &sshc->quote_path2); in ssh_statemach_act()
1334 result = get_pathname(&cp, &sshc->quote_path2); in ssh_statemach_act()
1361 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1375 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1413 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sshc->quote_path2, in ssh_statemach_act()
1414 curlx_uztoui(strlen(sshc->quote_path2)), in ssh_statemach_act()
1423 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1440 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1455 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
[all …]
Dssh.h119 char *quote_path2; member