Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dproxydetect.cc655 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); in GetWinHttpProxySettings() local
656 if (winhttp_handle == NULL) { in GetWinHttpProxySettings()
665 GetProcAddress(winhttp_handle, in GetWinHttpProxySettings()
689 FreeLibrary(winhttp_handle); in GetWinHttpProxySettings()
707 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); in WinHttpAutoDetectProxyForUrl() local
708 if (winhttp_handle == NULL) { in WinHttpAutoDetectProxyForUrl()
713 reinterpret_cast<pfnWinHttpOpen>(GetProcAddress(winhttp_handle, in WinHttpAutoDetectProxyForUrl()
717 GetProcAddress(winhttp_handle, "WinHttpCloseHandle")); in WinHttpAutoDetectProxyForUrl()
720 GetProcAddress(winhttp_handle, "WinHttpGetProxyForUrl")); in WinHttpAutoDetectProxyForUrl()
786 FreeLibrary(winhttp_handle); in WinHttpAutoDetectProxyForUrl()