Searched defs:str_url (Results 1 – 1 of 1) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | InternetCommon.cpp | 39 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()
|