Home
last modified time | relevance | path

Searched refs:has_scheme (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/tests/unit/
Dunit1653.c48 char *h, bool has_scheme) in parse_port() argument
55 ret = Curl_parse_port(url, &host, has_scheme); in parse_port()
/third_party/curl/lib/
Durlapi-int.h36 bool has_scheme);
Durlapi.c510 bool has_scheme) in Curl_parse_port() argument
548 return has_scheme ? CURLUE_OK : CURLUE_BAD_PORT_NUMBER; in Curl_parse_port()
799 bool has_scheme) in parse_authority() argument
818 uc = Curl_parse_port(u, host, has_scheme); in parse_authority()