Home
last modified time | relevance | path

Searched refs:Curl_get_pathname (Results 1 – 6 of 6) sorted by relevance

/curl/lib/vssh/
H A Dcurl_path.h35 CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir);
H A Dcurl_path.c121 CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir) in Curl_get_pathname() function
H A Dlibssh.c2713 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in sftp_quote()
2740 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
2762 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
2786 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
H A Dlibssh2.c1020 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in sftp_quote()
1041 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
1057 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
1076 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
/curl/tests/data/
H A Dtest260419 Curl_get_pathname unit test
/curl/tests/unit/
H A Dunit2604.c92 CURLcode result = Curl_get_pathname(&cp, &path, list[i].home);

Completed in 22 milliseconds