Home
last modified time | relevance | path

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

/third_party/python/PC/
Dfrozen_dllmain.c56 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/CPP/7zip/Archive/
DDllExports2.cpp41 hInstance, DWORD dwReason, LPVOID /*lpReserved*/);
50 hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain() argument
52 if (dwReason == DLL_PROCESS_ATTACH) in DllMain()
/third_party/openh264/codec/encoder/plus/src/
DDllEntry.cpp38 BOOL WINAPI DllEntryPoint (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) { in DllEntryPoint() argument
39 if (DLL_PROCESS_ATTACH == dwReason) { in DllEntryPoint()
/third_party/lzma/C/Util/LzmaLib/
DLzmaLibExports.c8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
11 UNUSED_VAR(dwReason); in DllMain()
/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.cpp20 IN DWORD dwReason, in DllMain() argument
24 switch(dwReason) in DllMain()
/third_party/node/deps/v8/src/utils/
Dv8dll-main.cc14 BOOL WINAPI DllMain(HANDLE hinstDLL, DWORD dwReason, LPVOID lpvReserved) { in DllMain() argument
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp508 BOOL WINAPI DllMain(HINSTANCE hinst, DWORD dwReason, LPVOID reserved) { in DllMain() argument
513 if (dwReason == DLL_PROCESS_ATTACH) { in DllMain()
515 } else if (dwReason == DLL_PROCESS_DETACH) { in DllMain()