Searched refs:hmodule (Results 1 – 4 of 4) sorted by relevance
158 HMODULE hmodule() const { in hmodule() function in __anonb0c4f6e30111::LibcInfo726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { in PatchAllModules()
158 HMODULE hmodule() const { in hmodule() function in __anonf0f31bf90111::LibcInfo726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { in PatchAllModules()
3120 void* hmodule; in xmlInitializeCatalog() local3121 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()3122 if (hmodule == NULL) in xmlInitializeCatalog()3123 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()3124 if (hmodule != NULL) { in xmlInitializeCatalog()3126 unsigned long len = GetModuleFileNameA(hmodule, buf, 255); in xmlInitializeCatalog()
3124 void* hmodule; in xmlInitializeCatalog() local3125 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()3126 if (hmodule == NULL) in xmlInitializeCatalog()3127 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()3128 if (hmodule != NULL) { in xmlInitializeCatalog()3130 unsigned long len = GetModuleFileNameA(hmodule, buf, 255); in xmlInitializeCatalog()