Home
last modified time | relevance | path

Searched defs:str_url (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DInternetCommon.cpp39 bool CInternetCommon::GetURL(const wstring & str_url, wstring & result, bool custom_ua, bool allow_… in GetURL()
89 int CInternetCommon::HttpPost(const wstring& str_url, wstring& result) { in HttpPost()
95 int CInternetCommon::HttpPost(const wstring& str_url, wstring& result, const wstring& body, wstring… in HttpPost()
100 int CInternetCommon::HttpPost(const wstring & str_url, wstring & result, const string& body, wstrin… in HttpPost()