Searched refs:DLL_PROCESS_DETACH (Results 1 - 25 of 52) sorted by path

123

/macosx-10.9.5/CF-855.17/
H A DCFRuntime.c1174 #define DLL_PROCESS_DETACH 0 macro
1181 } else if (dwReason == DLL_PROCESS_DETACH && pReserved == 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddllmain.c45 case DLL_PROCESS_DETACH:
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Ddll.c46 case DLL_PROCESS_DETACH:
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducln_imp.h142 case DLL_PROCESS_DETACH:
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/
H A Dcryptlib.c343 case DLL_PROCESS_DETACH:
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovie.cpp917 case DLL_PROCESS_DETACH:
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitDLL.cpp67 case DLL_PROCESS_DETACH:
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A DWin9xConHook.c141 else if ( ulReason == DLL_PROCESS_DETACH )
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllmain.c81 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllmain.c80 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/win32/
H A DDLLMain.c49 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A DDLLMain.c49 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A DDLLMain.c50 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/win32/
H A DDLLMain.c49 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/win32/
H A DDLLMain.c52 case DLL_PROCESS_DETACH:
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/
H A DDLLMain.c50 case DLL_PROCESS_DETACH:
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dglobals.c173 case DLL_PROCESS_DETACH : /* Called when library is unloaded */
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Dhenv.c338 case DLL_PROCESS_DETACH:
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastdynamic.c101 case DLL_PROCESS_DETACH:
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLL/
H A Ddllmain.c32 case DLL_PROCESS_DETACH:
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c276 case DLL_PROCESS_DETACH:
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A DDLLMain.c50 case DLL_PROCESS_DETACH:
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.mm117 case DLL_PROCESS_DETACH:
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Ddllmain.c53 /* * 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_ATTACH: case DLL_PROCESS_DETACH: default: return TRUE; } }
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Danonymous_init.c34 case DLL_PROCESS_DETACH:

Completed in 393 milliseconds

123