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

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c3124 void* hmodule; local
3125 hmodule = GetModuleHandleA("libxml2.dll");
3126 if (hmodule == NULL)
3127 hmodule = GetModuleHandleA(NULL);
3128 if (hmodule != NULL) {
3130 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/external/libxml2/
H A Dcatalog.c3120 void* hmodule; local
3121 hmodule = GetModuleHandleA("libxml2.dll");
3122 if (hmodule == NULL)
3123 hmodule = GetModuleHandleA(NULL);
3124 if (hmodule != NULL) {
3126 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc158 HMODULE hmodule() const { function in class:__anon15581::LibcInfo
294 LPVOID modBaseAddr; // the same as hmodule
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc158 HMODULE hmodule() const { function in class:__anon15630::LibcInfo
294 LPVOID modBaseAddr; // the same as hmodule
726 currently_loaded_modules.count(g_module_libcs[i]->hmodule()) == 0) {

Completed in 206 milliseconds