Searched refs:DllMain (Results 1 - 25 of 91) sorted by relevance

1234

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslGSSAPI/
H A Dsaslgssapi.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/bind9-45.100/bind9/lib/win32/bindevt/
H A Dbindevt.c26 BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call, function
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/win/
H A Ddllmain.c36 BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) function
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Ddllmain.c23 BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) function
H A DdllEntryPoint.c11 # define DllEntryPoint DllMain
21 * with Visual C++, this routine will be renamed to DllMain.
/macosx-10.9.5/vim-53/src/
H A Dos_w32dll.c20 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) function
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/win/
H A Dwin32main.c35 BOOL APIENTRY DllMain(
52 * initialization code for Tcl. It simply calls the DllMain
56 * See DllMain.
59 * See DllMain.
70 return DllMain(hInst, reason, reserved);
77 * DllMain --
91 DllMain(module, reason, reserved)
89 DllMain(module, reason, reserved) function
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddllmain.c39 DllMain (HANDLE hInst, function
/macosx-10.9.5/Heimdal-323.92.1/lib/heimdal/
H A Ddllmain.c35 DllMain(__in HINSTANCE hinstDLL, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Ddllmain.c46 /* * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H�gskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Kungliga Tekniska * H�gskolan and its contributors. * * 4. Neither the name of the Institute nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H #include <config.h> RCSID("$Id: dllmain.c,v 1.4 2005/01/10 19:09:06 snsimon Exp $"); #endif #include <Windows.h> BOOL WINAPI DllMain (HANDLE hInst, ULONG reason, LPVOID lpReserved) { switch(reason) { case DLL_PROCESS_A (…)
1 /* function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/libsasl/
H A Dlibsasl.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslANONYMOUS/
H A DsaslANONYMOUS.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslCRAM/
H A DsaslCRAM.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslDIGESTMD5/
H A DsaslDIGESTMD5.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslKERBEROSV4/
H A DsaslKERBEROSV4.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslLOGIN/
H A DsaslLOGIN.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslPLAIN/
H A DsaslPLAIN.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/saslSCRAM/
H A DsaslSCRAM.cpp6 BOOL APIENTRY DllMain( HANDLE hModule, function
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/win/
H A DdllEntry.c11 #define DllEntryPoint DllMain
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A DdllEntryPoint.c11 # define DllEntryPoint DllMain
21 * with Visual C++, this routine will be renamed to DllMain.
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin32Dll.c35 * Need to add noinline flag to DllMain declaration so that gcc -O3 does not
40 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
49 BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
60 * code for Tk. It simply calls the DllMain routine.
63 * See DllMain.
66 * See DllMain.
77 return DllMain(hInst, reason, reserved);
84 * DllMain --
96 * states: "Waiting on synchronization objects in DllMain can cause a
103 DllMain(
101 DllMain( function
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Ddll.c36 BOOL WINAPI DllMain(HINSTANCE hinstDLL, function
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/win32/
H A DDLLMain.c26 __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A DDLLMain.c26 __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A DDLLMain.c26 __declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,

Completed in 129 milliseconds

1234