/third_party/mesa3d/src/util/ |
D | u_debug_symbol.c | 65 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() 193 HMODULE hModule = NULL; in debug_symbol_name_dbghelp() local [all …]
|
D | u_debug_stack.c | 220 static HMODULE hModule = NULL; in debug_backtrace_capture() local 221 if (!hModule) { in debug_backtrace_capture() 222 hModule = LoadLibraryA("kernel32"); in debug_backtrace_capture() 223 assert(hModule); in debug_backtrace_capture() 225 if (hModule) { in debug_backtrace_capture() 227 (PFNCAPTURESTACKBACKTRACE)GetProcAddress(hModule, in debug_backtrace_capture()
|
/third_party/skia/third_party/icu/ |
D | SkLoadICU.cpp | 72 HMODULE hModule = NULL; in library_directory() local 74 reinterpret_cast<LPCSTR>(&library_directory), &hModule); in library_directory() 76 GetModuleFileNameA(hModule, path, MAX_PATH); in library_directory() 82 HMODULE hModule = GetModuleHandleA(NULL); in executable_directory() local 84 GetModuleFileNameA(hModule, path, MAX_PATH); in executable_directory()
|
/third_party/cef/libcef/browser/native/ |
D | javascript_dialog_runner_win.cc | 120 HMODULE hModule = NULL; in Run() local 125 hModule = ::GetModuleHandle(file_path.value().c_str()); in Run() 127 if (!hModule) in Run() 128 hModule = ::GetModuleHandle(NULL); in Run() 129 DCHECK(hModule); in Run() 133 CreateDialogParam(hModule, MAKEINTRESOURCE(dialog_type), parent_win_, in Run()
|
/third_party/libexif/contrib/aolserver/ |
D | nsexif.c | 125 Ns_ModuleInit(char *hServer, char *hModule) in Ns_ModuleInit() argument 129 Ns_Log( Notice, "%s module starting", hModule); in Ns_ModuleInit() 135 configPath = Ns_ConfigGetPath(hServer, hModule, NULL); in Ns_ModuleInit()
|
/third_party/python/Python/ |
D | dynload_win.c | 56 static char *GetPythonImport (HINSTANCE hModule) argument 64 if (hModule == NULL) { 71 dllbase = (unsigned char *)hModule;
|
/third_party/flutter/skia/third_party/icu/ |
D | SkLoadICU.cpp | 72 HMODULE hModule = GetModuleHandleA(NULL); in executable_directory() local 74 GetModuleFileNameA(hModule, path, MAX_PATH); in executable_directory()
|
/third_party/python/PC/ |
D | pyshellext.cpp | 17 static HINSTANCE hModule; variable 508 if (!hModule) { 512 modname_len = GetModuleFileName(hModule, modname, MAX_PATH); 594 hModule = hinst;
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | pch.h | 51 __in HMODULE hModule,
|
D | PythonBootstrapperApplication.cpp | 3055 __in HMODULE hModule, in PythonBootstrapperApplication() argument 3061 _hModule = hModule; in PythonBootstrapperApplication() 3218 __in HMODULE hModule, in CreateBootstrapperApplication() argument 3234 …pApplication = new PythonBootstrapperApplication(hModule, fPrereq, hrHostInitialization, pEngine, … in CreateBootstrapperApplication()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | D3DKMT.cpp | 286 HMODULE hModule = 0; in D3DKMTQueryAdapterInfo() local 291 &hModule); in D3DKMTQueryAdapterInfo() 293 dwRet = GetModuleFileNameW(hModule, pResult->UmdFileName, MAX_PATH); in D3DKMTQueryAdapterInfo()
|
/third_party/openssl/crypto/dso/ |
D | dso_win32.c | 17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() argument 28 return GetProcAddressW(hModule, lpProcNameW); in GetProcAddressA() 660 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 550 HMODULE hModule; // The hModule of this module in th32ProcessID's context member 634 typedef DWORD(__stdcall * tGMFNE)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI() 637 typedef DWORD(__stdcall * tGMBN)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI() 640 typedef BOOL(__stdcall * tGMI)(HANDLE hProcess, HMODULE hModule, LPMODULEINFO pmi, DWORD nSize); in GetModuleListPSAPI()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 550 HMODULE hModule; // The hModule of this module in th32ProcessID's context member 634 typedef DWORD(__stdcall * tGMFNE)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI() 637 typedef DWORD(__stdcall * tGMBN)(HANDLE hProcess, HMODULE hModule, LPSTR lpFilename, in GetModuleListPSAPI() 640 typedef BOOL(__stdcall * tGMI)(HANDLE hProcess, HMODULE hModule, LPMODULEINFO pmi, DWORD nSize); in GetModuleListPSAPI()
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL.c | 463 _DllMainCRTStartup(HANDLE hModule, in _DllMainCRTStartup() argument
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 102 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char …
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 97 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char …
|