Searched refs:hmodule (Results 1 – 4 of 4) sorted by relevance
40 static HMODULE hmodule; variable46 hmodule = hinstDLL; in DllMain()58 if (!GetModuleFileName(hmodule, static_cast<CHAR*>(dataDirectory), sizeof(dataDirectory) - 10)) in getWebKitDataDirectory()
2541 HMODULE hmodule = NULL; in get_module_for_address() local2557 address, &hmodule)) in get_module_for_address()2561 hmodule = (HMODULE) mbi.AllocationBase; in get_module_for_address()2564 return hmodule; in get_module_for_address()2570 HMODULE hmodule; in get_module_share_dir() local2574 hmodule = get_module_for_address (address); in get_module_share_dir()2575 if (hmodule == NULL) in get_module_share_dir()2578 filename = g_win32_get_package_installation_directory_of_module (hmodule); in get_module_share_dir()2589 HMODULE hmodule; in g_win32_get_system_data_dirs_for_module() local2598 hmodule = get_module_for_address (address_of_function); in g_win32_get_system_data_dirs_for_module()[all …]
100 gchar* g_win32_get_package_installation_directory_of_module (gpointer hmodule);
3121 void* hmodule; in xmlInitializeCatalog() local3122 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()3123 if (hmodule == NULL) in xmlInitializeCatalog()3124 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()3125 if (hmodule != NULL) { in xmlInitializeCatalog()3127 unsigned long len = GetModuleFileNameA(hmodule, buf, 255); in xmlInitializeCatalog()