Home | History | Annotate | Download | only in win

Lines Matching defs:module

1278     HMODULE module = GetModuleHandle(TEXT("CFNetwork.dll"));
1280 HMODULE module = GetModuleHandle(TEXT("CFNetwork_debug.dll"));
1282 if (!module)
1286 if (CFURLCacheCopySharedURLCacheProcPtr copyCache = reinterpret_cast<CFURLCacheCopySharedURLCacheProcPtr>(GetProcAddress(module, "CFURLCacheCopySharedURLCache")))
1290 if (CFURLCacheSharedURLCacheProcPtr sharedCache = reinterpret_cast<CFURLCacheSharedURLCacheProcPtr>(GetProcAddress(module, "CFURLCacheSharedURLCache")))