Home
last modified time | relevance | path

Searched refs:dwReason (Results 1 - 6 of 6) sorted by relevance

/third_party/python/PC/
H A Dfrozen_dllmain.c43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
56 BOOL CallModuleDllMain(char *modName, DWORD dwReason);
88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
91 switch (dwReason) { in DllMain()
96 BOOL ok = CallModuleDllMain(*modName, dwReason); in DllMain()
116 BOOL CallModuleDllMain(char *modName, DWORD dwReason) in CallModuleDllMain() argument
132 return (*pfndllmain)(hmod, dwReason, NULL); in CallModuleDllMain()
/third_party/lzma/C/Util/LzmaLib/
H A DLzmaLibExports.c8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved);
9 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
12 UNUSED_VAR(dwReason) in DllMain()
/third_party/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp41 hInstance, DWORD dwReason, LPVOID /*lpReserved*/);
50 hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain()
52 if (dwReason == DLL_PROCESS_ATTACH) in DllMain()
59 if (dwReason == DLL_PROCESS_DETACH) in DllMain()
44 DllMain( HANDLE hInstance, DWORD dwReason, LPVOID ) DllMain() argument
/third_party/python/Tools/msi/bundle/bootstrap/
H A Dpythonba.cpp20 IN DWORD dwReason, in DllMain()
24 switch(dwReason) in DllMain()
18 DllMain( IN HINSTANCE hInstance, IN DWORD dwReason, IN LPVOID ) DllMain() argument
/third_party/node/deps/v8/src/utils/
H A Dv8dll-main.cc14 BOOL WINAPI DllMain(HANDLE hinstDLL, DWORD dwReason, LPVOID lpvReserved) { in DllMain() argument
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp485 BOOL WINAPI DllMain([[maybe_unused]] HINSTANCE hinst, DWORD dwReason, [[maybe_unused]] LPVOID reserved) {
490 if (dwReason == DLL_PROCESS_ATTACH) {
492 } else if (dwReason == DLL_PROCESS_DETACH) {

Completed in 3 milliseconds