Searched refs:quote_path2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.h119 char *quote_path2; member in struct:ssh_conn
H A Dssh.c1252 result = get_pathname(&cp, &sshc->quote_path2);
1274 result = get_pathname(&cp, &sshc->quote_path2);
1299 result = get_pathname(&cp, &sshc->quote_path2);
1326 Curl_safefree(sshc->quote_path2);
1340 Curl_safefree(sshc->quote_path2);
1378 rc = libssh2_sftp_stat_ex(sshc->sftp_session, sshc->quote_path2,
1379 curlx_uztoui(strlen(sshc->quote_path2)),
1388 Curl_safefree(sshc->quote_path2);
1405 Curl_safefree(sshc->quote_path2);
1420 Curl_safefree(sshc->quote_path2);
[all...]

Completed in 83 milliseconds