Searched refs:quote_path2 (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/lib/vssh/ |
D | libssh.c | 1013 Curl_safefree(sshc->quote_path2); in myssh_statemach_act() 1036 rc = sftp_setstat(sshc->sftp_session, sshc->quote_path2, in myssh_statemach_act() 1040 Curl_safefree(sshc->quote_path2); in myssh_statemach_act() 1055 rc = sftp_symlink(sshc->sftp_session, sshc->quote_path2, in myssh_statemach_act() 1059 Curl_safefree(sshc->quote_path2); in myssh_statemach_act() 1087 sshc->quote_path2); in myssh_statemach_act() 1090 Curl_safefree(sshc->quote_path2); in myssh_statemach_act() 2005 Curl_safefree(sshc->quote_path2); in myssh_statemach_act() 2729 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote() 2751 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote() [all …]
|
D | libssh2.c | 1405 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act() 1426 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act() 1451 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act() 1484 Curl_safefree(sshc->quote_path2); in ssh_statemach_act() 1495 Curl_safefree(sshc->quote_path2); in ssh_statemach_act() 1533 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sshc->quote_path2, in ssh_statemach_act() 1534 curlx_uztoui(strlen(sshc->quote_path2)), in ssh_statemach_act() 1543 Curl_safefree(sshc->quote_path2); in ssh_statemach_act() 1560 Curl_safefree(sshc->quote_path2); in ssh_statemach_act() 1575 Curl_safefree(sshc->quote_path2); in ssh_statemach_act() [all …]
|
D | ssh.h | 144 char *quote_path2; member
|