Home
last modified time | relevance | path

Searched refs:ParsePort (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Dice_server_parsing.cc82 static bool ParsePort(const std::string& in_str, int* port) { in ParsePort() function
106 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()
/external/openscreen/third_party/mozilla/
Durl_parse.h284 int ParsePort(const char* url, const Component& port);
Durl_parse.cc820 int ParsePort(const char* url, const Component& port) { in ParsePort() function
/external/openscreen/util/
Durl.cc55 int parse_result = ParsePort(url, parsed.port); in Url()