Searched refs:DllMain (Results 51 - 75 of 91) sorted by relevance

1234

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DDLLX.cpp66 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) function
85 return _AtlModule.DllMain(dwReason, lpReserved);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducln_imp.h28 * 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) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastdynamic.c95 DllMain(HINSTANCE hinst, DWORD reason, VOID* reserved) function
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/ext/
H A Dsquare.c37 DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved) function
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLL/
H A Ddllmain.c22 BOOL APIENTRY DllMain( HANDLE inModule, DWORD inReason, LPVOID inReserved ) function
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/zlib.vc/
H A Dzconf.h199 * VC++ has an alternate entry point called DllMain, so we need to rename
204 # define DllEntryPoint DllMain
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitDLL.cpp58 STDAPI_(BOOL) DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID /*lpReserved*/) function
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Dhenv.c330 DllMain (HINSTANCE hModule, DWORD fdReason, LPVOID lpvReserved) function
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dmkexports.rb119 /^_?(?:Init_|.*_threadptr_|DllMain\b)/ =~ l
153 re = /\s(?:(T)|[[:upper:]])\s#{symprefix}((?!Init_|.*_threadptr_|DllMain\b).*)$/
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWin32Dll.c205 * Need to add noinline flag to DllMain declaration so that gcc -O3 does not
210 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
217 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
260 * code for Tcl. It simply calls the DllMain routine.
263 * See DllMain.
266 * See DllMain.
277 return DllMain(hInst, reason, reserved);
284 * DllMain --
296 * states: "Waiting on synchronization objects in DllMain can cause a
303 DllMain(
301 DllMain( function
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWin32Dll.c192 /* Need to add noinline flag to DllMain declaration so that gcc -O3
197 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
207 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
246 * initialization code for Tcl. It simply calls the DllMain
250 * See DllMain.
253 * See DllMain.
264 return DllMain(hInst, reason, reserved);
271 * DllMain --
286 DllMain(hInst, reason, reserved)
284 DllMain(hInst, reason, reserved) function
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/win/
H A DMakefile.gnu218 $(DLLTOOL) --export-all --exclude-symbols DllMain@12 --output-def $@ $(OBJECTS)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A Dltcf-c.sh121 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
126 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
132 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
134 # recent cygwin and mingw systems supply a stub DllMain which the user
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dltcf-c.sh121 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
126 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
132 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
134 # recent cygwin and mingw systems supply a stub DllMain which the user
H A Dltcf-gcj.sh124 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
129 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
135 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
137 # recent cygwin and mingw systems supply a stub DllMain which the user
H A Dlibtool.m4257 # recent cygwin and mingw systems supply a stub DllMain which the user
259 AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain,
261 [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
262 DllMain (0, 0, 0);],
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dmake-proto.pl303 if(/^(DllMain|main)$/) { next }
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Drelocatable.c279 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) function
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dglobals.c22 * DllMain() - Main entry for library.
145 * 'DllMain()' - Main entry for library.
149 DllMain(HINSTANCE hinst, /* I - DLL module handle */ function
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Drelocatable.c279 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) function
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Drelocatable.c288 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) function
/macosx-10.9.5/libiconv-41/libiconv/libcharset/lib/
H A Drelocatable.c291 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) function
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Drelocatable.c291 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) function
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DSphereFile.c15 DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved) function
H A Dsound.c45 DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved) function

Completed in 183 milliseconds

1234