Searched refs:Curl_get_pathname (Results 1 – 6 of 6) sorted by relevance
/curl/lib/vssh/ |
H A D | curl_path.h | 35 CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir);
|
H A D | curl_path.c | 121 CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir) in Curl_get_pathname() function
|
H A D | libssh.c | 2713 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 D | libssh2.c | 1020 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 D | test2604 | 19 Curl_get_pathname unit test
|
/curl/tests/unit/ |
H A D | unit2604.c | 92 CURLcode result = Curl_get_pathname(&cp, &path, list[i].home);
|
Completed in 22 milliseconds