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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc664 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); local
665 if (winhttp_handle == NULL) {
674 GetProcAddress(winhttp_handle,
698 FreeLibrary(winhttp_handle);
716 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); local
717 if (winhttp_handle == NULL) {
722 reinterpret_cast<pfnWinHttpOpen>(GetProcAddress(winhttp_handle,
726 GetProcAddress(winhttp_handle, "WinHttpCloseHandle"));
729 GetProcAddress(winhttp_handle, "WinHttpGetProxyForUrl"));
795 FreeLibrary(winhttp_handle);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc666 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); local
667 if (winhttp_handle == NULL) {
676 GetProcAddress(winhttp_handle,
700 FreeLibrary(winhttp_handle);
718 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); local
719 if (winhttp_handle == NULL) {
724 reinterpret_cast<pfnWinHttpOpen>(GetProcAddress(winhttp_handle,
728 GetProcAddress(winhttp_handle, "WinHttpCloseHandle"));
731 GetProcAddress(winhttp_handle, "WinHttpGetProxyForUrl"));
797 FreeLibrary(winhttp_handle);
[all...]

Completed in 52 milliseconds