Searched refs:has_scheme (Results 1 – 3 of 3) sorted by relevance
48 char *h, bool has_scheme) in parse_port() argument55 ret = Curl_parse_port(url, &host, has_scheme); in parse_port()
36 bool has_scheme);
510 bool has_scheme) in Curl_parse_port() argument548 return has_scheme ? CURLUE_OK : CURLUE_BAD_PORT_NUMBER; in Curl_parse_port()799 bool has_scheme) in parse_authority() argument818 uc = Curl_parse_port(u, host, has_scheme); in parse_authority()