Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A 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...]
H A Dlibssh2.c1557 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in ssh_statemach_act()
1582 /* sshc->quote_path1 contains the mode to set */ in ssh_statemach_act()
1590 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1603 /* sshc->quote_path1 is the source */ 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, NUL in ssh_statemach_act()
[all...]
H A Dssh.h145 char *quote_path1; /* two generic pointers for the QUOTE stuff */ member

Completed in 7 milliseconds