Searched refs:winhttp_handle (Results 1 – 1 of 1) sorted by relevance
655 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); in GetWinHttpProxySettings() local656 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() local708 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()