Searched refs:ParsePort (Results 1 – 4 of 4) sorted by relevance
82 static bool ParsePort(const std::string& in_str, int* port) { in ParsePort() function106 if (!ParsePort(in_str.substr(closebracket + 2, std::string::npos), in ParseHostnameAndPortFromString()118 if (!ParsePort(in_str.substr(colonpos + 1, std::string::npos), port)) { in ParseHostnameAndPortFromString()
284 int ParsePort(const char* url, const Component& port);
820 int ParsePort(const char* url, const Component& port) { in ParsePort() function
55 int parse_result = ParsePort(url, parsed.port); in Url()