Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dlibssh.c1021 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1048 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1065 sshc->quote_path1); in myssh_statemach_act()
1067 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1080 rc = sftp_mkdir(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
1083 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1095 rc = sftp_rename(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
1098 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
1111 rc = sftp_rmdir(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
1113 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
[all …]
Dlibssh2.c1557 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in ssh_statemach_act()
1590 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1612 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1636 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1662 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1671 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1719 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1732 sshp->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1734 if(sshp->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1736 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
[all …]
Dssh.h145 char *quote_path1; /* two generic pointers for the QUOTE stuff */ member