Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_path.h48 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
/curl/tests/data/
H A Dtest260419 Curl_get_pathname unit test
/curl/tests/unit/
H A Dunit2604.c83 CURLcode result = Curl_get_pathname(&cp, &path, list[i].home);
/curl/lib/vssh/
H A Dlibssh.c2706 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in sftp_quote()
2733 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
2755 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
2779 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in sftp_quote()
H A Dlibssh2.c1561 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir); in ssh_statemach_act()
1588 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1609 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()
1634 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir); in ssh_statemach_act()

Completed in 31 milliseconds