hmodule 3124 third_party/libxml/src/catalog.c void* hmodule; hmodule 3125 third_party/libxml/src/catalog.c hmodule = GetModuleHandleA("libxml2.dll"); hmodule 3126 third_party/libxml/src/catalog.c if (hmodule == NULL) hmodule 3127 third_party/libxml/src/catalog.c hmodule = GetModuleHandleA(NULL); hmodule 3128 third_party/libxml/src/catalog.c if (hmodule != NULL) { hmodule 3130 third_party/libxml/src/catalog.c unsigned long len = GetModuleFileNameA(hmodule, buf, 255); hmodule 726 third_party/tcmalloc/chromium/src/windows/patch_functions.cc currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { hmodule 726 third_party/tcmalloc/vendor/src/windows/patch_functions.cc currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { hmodule 22 tools/memory_watcher/memory_hook.cc #define GET_PROC_ADDRESS(hmodule, name) \ hmodule 23 tools/memory_watcher/memory_hook.cc ( (Type_##name)(::GetProcAddress(hmodule, #name)) )