Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_symbol.c65 static HMODULE hModule = NULL; in getDbgHelpProcAddress() local
67 if (!hModule) { in getDbgHelpProcAddress()
81 if (!hModule) { in getDbgHelpProcAddress()
82 hModule = LoadLibraryA("mgwhelp.dll"); in getDbgHelpProcAddress()
83 if (!hModule) { in getDbgHelpProcAddress()
93 if (!hModule) { in getDbgHelpProcAddress()
94 hModule = LoadLibraryA("dbghelp.dll"); in getDbgHelpProcAddress()
97 if (!hModule) { in getDbgHelpProcAddress()
103 return GetProcAddress(hModule, lpProcName); in getDbgHelpProcAddress()
183 HMODULE hModule = NULL; in debug_symbol_name_dbghelp() local
[all …]
Du_debug_stack.c75 static HMODULE hModule = NULL; in debug_backtrace_capture() local
76 if (!hModule) { in debug_backtrace_capture()
77 hModule = LoadLibraryA("kernel32"); in debug_backtrace_capture()
78 assert(hModule); in debug_backtrace_capture()
80 if (hModule) { in debug_backtrace_capture()
82 (PFNCAPTURESTACKBACKTRACE)GetProcAddress(hModule, in debug_backtrace_capture()
/external/lzma/CPP/Windows/
DSecurityUtils.h70 HMODULE hModule; member
77 hModule = GetModuleHandle(TEXT("Advapi32.dll")); in CPolicy()
86 if (hModule == NULL) in Open()
88 LsaOpenPolicyP lsaOpenPolicy = (LsaOpenPolicyP)GetProcAddress(hModule, "LsaOpenPolicy"); in Open()
109 if (hModule == NULL) in Close()
111 LsaCloseP lsaClose = (LsaCloseP)GetProcAddress(hModule, "LsaClose"); in Close()
141 if (hModule == NULL) in AddAccountRights()
143 …LsaAddAccountRightsP lsaAddAccountRights = (LsaAddAccountRightsP)GetProcAddress(hModule, "LsaAddAc… in AddAccountRights()
DMemoryLock.cpp22 #define GET_PROC_ADDR(fff, name) Func_ ## fff my_ ## fff = (Func_ ## fff)GetProcAddress(hModule, …
31 HMODULE hModule = ::LoadLibrary(TEXT("Advapi32.dll")); in EnablePrivilege() local
32 if (hModule == NULL) in EnablePrivilege()
63 ::FreeLibrary(hModule); in EnablePrivilege()
DDLL.cpp62 HMODULE hModule = g_hInstance; in MyGetModuleFileName() local
69 DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
81 DWORD size = ::GetModuleFileNameW(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
DSecurityUtils.cpp70 HMODULE hModule = GetModuleHandle(TEXT("Advapi32.dll")); in GetSid() local
71 if (hModule == NULL) in GetSid()
73 …LookupAccountNameWP lookupAccountNameW = (LookupAccountNameWP)GetProcAddress(hModule, "LookupAccou… in GetSid()
/external/curl/lib/
Dsystem_win32.c271 HMODULE hModule = NULL; in Curl_load_library() local
289 hModule = pLoadLibraryEx ? in Curl_load_library()
298 hModule = pLoadLibraryEx(filename, NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in Curl_load_library()
315 hModule = pLoadLibraryEx ? in Curl_load_library()
324 return hModule; in Curl_load_library()
/external/python/cpython2/Python/
Ddynload_win.c67 static char *GetPythonImport (HINSTANCE hModule) argument
75 if (hModule == NULL) {
82 dllbase = (unsigned char *)hModule;
/external/python/cpython2/Tools/msi/
Dmsisupport.c87 BOOL APIENTRY DllMain(HANDLE hModule, in DllMain() argument
/external/pdfium/core/fxcrt/
Dfx_basic_gcc.cpp124 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize) { in FXSYS_GetModuleFileName() argument
Dfx_system.h243 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize);
/external/libpcap/
Dpcap-tc.c268 HMODULE hModule = NULL; in LoadLibrarySafe() local
296 hModule = LoadLibrary(fullFileName); in LoadLibrarySafe()
305 return hModule; in LoadLibrarySafe()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.c135 DllMain(HINSTANCE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { in DllMain() argument
138 OPJ_ARG_NOT_USED(hModule); in DllMain()