Searched refs:s_transform (Results 1 – 2 of 2) sorted by relevance
129 std::string s_transform(const std::string& source, Transform t);133 return s_transform(source, url_encode); in s_url_encode()136 return s_transform(source, url_decode); in s_url_decode()
548 std::string s_transform(const std::string& source, Transform t) { in s_transform() function