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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.c3099 void* hmodule; local
3100 hmodule = GetModuleHandleA("libxml2.dll");
3101 if (hmodule == NULL)
3102 hmodule = GetModuleHandleA(NULL);
3103 if (hmodule != NULL) {
3105 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dcatalog.c3099 void* hmodule; local
3100 hmodule = GetModuleHandleA("libxml2.dll");
3101 if (hmodule == NULL)
3102 hmodule = GetModuleHandleA(NULL);
3103 if (hmodule != NULL) {
3105 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);

Completed in 135 milliseconds