Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dlibssh.c1023 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1046 rc = sftp_setstat(sshc->sftp_session, sshc->quote_path2, in myssh_statemach_act()
1050 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1065 rc = sftp_symlink(sshc->sftp_session, sshc->quote_path2, in myssh_statemach_act()
1069 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
1097 sshc->quote_path2); in myssh_statemach_act()
1100 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
2002 Curl_safefree(sshc->quote_path2); in myssh_statemach_act()
2728 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
2750 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
[all …]
Dlibssh2.c1581 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1602 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1627 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1660 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1671 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1709 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sshc->quote_path2, in ssh_statemach_act()
1710 curlx_uztoui(strlen(sshc->quote_path2)), in ssh_statemach_act()
1719 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1736 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
1751 Curl_safefree(sshc->quote_path2); in ssh_statemach_act()
[all …]
Dssh.h146 char *quote_path2; member