Home
last modified time | relevance | path

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

/external/libxml2/
Dcatalog.c3129 void* hmodule; in xmlInitializeCatalog() local
3130 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()
3131 if (hmodule == NULL) in xmlInitializeCatalog()
3132 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()
3133 if (hmodule != NULL) { in xmlInitializeCatalog()
3135 unsigned long len = GetModuleFileNameA(hmodule, buf, 255); in xmlInitializeCatalog()