Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.cc172 url = url + "?username=" + rtc::s_url_encode(username()) + in GetSessionRequestUrl()
173 "&password=" + rtc::s_url_encode(password()); in GetSessionRequestUrl()
/external/webrtc/webrtc/base/
Dstringencode.h132 inline std::string s_url_encode(const std::string& source) { in s_url_encode() function