Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dice_server_parsing.cc178 std::string hoststring; in ParseIceServerUrl() local
181 &hoststring)) { in ParseIceServerUrl()
187 RTC_DCHECK(!hoststring.empty()); in ParseIceServerUrl()
195 if (hoststring.find('@') != std::string::npos) { in ParseIceServerUrl()
202 if (!ParseHostnameAndPortFromString(hoststring, &address, &port)) { in ParseIceServerUrl()