Home
last modified time | relevance | path

Searched refs:Curl_parse_login_details (Results 1 – 5 of 5) sorted by relevance

/external/curl/tests/unit/
Dunit1620.c69 rc = Curl_parse_login_details(
/external/curl/lib/
Durl.h71 CURLcode Curl_parse_login_details(const char *login, const size_t len,
Durlapi.c456 ccode = Curl_parse_login_details(login, ptr - login - 1, in parse_hostname_login()
Durl.c2535 Curl_parse_login_details(proxyptr, atsign - proxyptr, in parse_proxy()
2903 CURLcode Curl_parse_login_details(const char *login, const size_t len, in Curl_parse_login_details() function
Dsetopt.c82 result = Curl_parse_login_details(option, strlen(option), in setstropt_userpwd()