OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:winhttp_handle
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc
664
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
...]
Completed in 74 milliseconds