Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1206 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in ssh_statemach_act()
1238 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1260 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1284 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1310 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1321 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1369 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
1382 sshc->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1384 if(sshc->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1386 Curl_safefree(sshc->quote_path1); in ssh_statemach_act()
[all …]
Dssh-libssh.c868 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
895 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
912 sshc->quote_path1); in myssh_statemach_act()
914 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
927 rc = sftp_mkdir(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
930 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
942 rc = sftp_rename(sshc->sftp_session, sshc->quote_path1, in myssh_statemach_act()
945 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
958 rc = sftp_rmdir(sshc->sftp_session, sshc->quote_path1); in myssh_statemach_act()
960 Curl_safefree(sshc->quote_path1); in myssh_statemach_act()
[all …]
Dssh.h127 char *quote_path1; /* two generic pointers for the QUOTE stuff */ member