OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DllMain
(Results
26 - 40
of
40
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/common/
ucln_imp.h
28
* a) Windows MSVC uses
DllMain
()
115
/* Windows:
DllMain
*/
118
* ICU's own
DllMain
.
133
* This is a stub
DllMain
function with icu specific process handling code.
135
BOOL WINAPI
DllMain
(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
/external/icu4c/common/
ucln_imp.h
28
* a) Windows MSVC uses
DllMain
()
112
/* Windows:
DllMain
*/
115
* ICU's own
DllMain
.
130
* This is a stub
DllMain
function with icu specific process handling code.
132
BOOL WINAPI
DllMain
(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
/external/chromium_org/tools/memory_watcher/
dllmain.cc
130
//
DllMain
is the windows entry point to this DLL.
133
BOOL WINAPI
DllMain
(HINSTANCE dll_instance, DWORD reason,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c
247
BOOL WINAPI
DllMain
(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc
95
// this fails, we could use
DllMain
instead. The big problem with
96
//
DllMain
is it doesn't run if this code is statically linked into a
167
// We have to try the
DllMain
solution here, because we can't use the
169
BOOL WINAPI
DllMain
(HINSTANCE h, DWORD dwReason, PVOID pv) {
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c
247
BOOL WINAPI
DllMain
(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
/external/opencv/cxcore/src/
cxerror.cpp
370
/**********************
DllMain
********************************/
373
BOOL WINAPI
DllMain
( HINSTANCE, DWORD fdwReason, LPVOID )
/external/stlport/src/
dll_main.cpp
219
BOOL APIENTRY
DllMain
( HANDLE hModule,
/ndk/sources/cxx-stl/stlport/src/
dll_main.cpp
219
BOOL APIENTRY
DllMain
( HANDLE hModule,
/external/chromium_org/remoting/host/plugin/
host_plugin.cc
498
BOOL APIENTRY
DllMain
(HMODULE hModule, DWORD dwReason, LPVOID lpReserved) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc
96
// this fails, we could use
DllMain
instead. The big problem with
97
//
DllMain
is it doesn't run if this code is statically linked into a
169
// We have to try the
DllMain
solution here, because we can't use the
171
BOOL WINAPI
DllMain
(HINSTANCE h, DWORD dwReason, PVOID pv) {
/external/e2fsprogs/intl/
relocatable.c
288
DllMain
(HINSTANCE module_handle, DWORD event, LPVOID reserved)
/external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c
751
BOOL WINAPI
DllMain
(HINSTANCE hinstDLL, DWORD fdwReason,
/external/openssl/crypto/
cryptlib.c
737
BOOL WINAPI
DllMain
(HINSTANCE hinstDLL, DWORD fdwReason,
/external/chromium_org/chrome_frame/
chrome_tab.cc
905
extern "C" BOOL WINAPI
DllMain
(HINSTANCE instance,
[
all
...]
Completed in 372 milliseconds
1
2