Home
last modified time | relevance | path

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

/curl/lib/
H A Durlapi-int.h35 bool has_scheme);
H A Durlapi.c514 bool has_scheme) in Curl_parse_port() argument
552 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()
/curl/tests/unit/
H A Dunit1653.c48 char *h, bool has_scheme) in parse_port() argument
55 ret = Curl_parse_port(url, &host, has_scheme); in parse_port()

Completed in 11 milliseconds