Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dlibssh.c1022 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1045 rc = sftp_setstat(sshc->sftp_session, sshc->quote_path2, in myssh_statemach_act()
1049 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1064 rc = sftp_symlink(sshc->sftp_session, sshc->quote_path2, in myssh_statemach_act()
1068 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1096 sshc->quote_path2); in myssh_statemach_act()
1099 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1999 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
2730 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
2752 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
[all …]
Dlibssh2.c1584 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1605 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1630 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1663 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1672 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1710 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sshc->quote_path2, in ssh_statemach_act()
1711 curlx_uztoui(strlen(sshc->quote_path2)), in ssh_statemach_act()
1720 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1737 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1752 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
[all …]
Dssh.h146 char *quote_path2; member