Home
last modified time | relevance | path

Searched refs:hmodule (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dpatch_functions.cc158 HMODULE hmodule() const { in hmodule() function in __anonb0c4f6e30111::LibcInfo
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { in PatchAllModules()
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dpatch_functions.cc158 HMODULE hmodule() const { in hmodule() function in __anonf0f31bf90111::LibcInfo
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) { in PatchAllModules()
/external/libxml2/
Dcatalog.c3120 void* hmodule; in xmlInitializeCatalog() local
3121 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()
/external/chromium_org/third_party/libxml/src/
Dcatalog.c3124 void* hmodule; in xmlInitializeCatalog() local
3125 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()