Searched refs:s_url_encode (Results 1 – 2 of 2) sorted by relevance
172 url = url + "?username=" + rtc::s_url_encode(username()) + in GetSessionRequestUrl()173 "&password=" + rtc::s_url_encode(password()); in GetSessionRequestUrl()
132 inline std::string s_url_encode(const std::string& source) { in s_url_encode() function