代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/141295/5774083

c signals.c

/* signals.c - signal handling for the system-call wrappers */ #include #include void defineHandler(int sig, void (*handler)()) { struct sigaction act; if (handler ==
www.eeworm.com/read/137626/5823280

h about.h

/* $Id: about.h,v 1.1 2004/06/27 21:36:20 jonas Exp $ */ #ifndef EL__PROTOCOL_ABOUT_H #define EL__PROTOCOL_ABOUT_H #include "protocol/protocol.h" extern protocol_handler about_protocol_handler; #e
www.eeworm.com/read/136989/5826709

cpp sighandler.cpp

// SigHandler.cpp,v 1.2 2004/01/03 13:07:52 jwillemsen Exp #include "ace/OS_NS_unistd.h" #include "ace/Log_Msg.h" #include "ace/Signal.h" // Listing 1 code/ch11 class MySignalHandler : public
www.eeworm.com/read/136989/5827116

cpp logging_acceptor.cpp

// Logging_Acceptor.cpp,v 4.12 2002/04/10 05:42:59 jwillemsen Exp #include "ace/WFMO_Reactor.h" #include "ace/Log_Msg.h" #include "Logging_Acceptor.h" #include "Logging_Handler.h" #include "R
www.eeworm.com/read/136989/5827159

mpc connection_misc.mpc

// -*- MPC -*- // Connection_Misc.mpc,v 1.2 2003/12/23 20:23:21 dhinton Exp project (*Handler) : aceexe { exename = handler Source_Files { Connection_Handler.cpp } } project (*te
www.eeworm.com/read/136786/5863461

c ints.c

/* * linux/arch/m68k/hp300/ints.c * * Copyright (C) 1998 Philip Blundell * * This file contains the HP300-specific interrupt handling. * We only use the autovector interrupts
www.eeworm.com/read/136786/5865799

c evrgnini.c

/****************************************************************************** * * Module Name: evrgnini- ACPI Address_space (Op_region) init * $Revision: 48 $ * *******************
www.eeworm.com/read/133772/5901551

c enet.c

//========================================================================== // // net/enet.c // // Stand-alone ethernet [link-layer] support for RedBoot // //=========================
www.eeworm.com/read/131315/5940673

h dirent.h

/* Define a portable UNIX directory-entry manipulation interface. This code is heavily based upon Doug Gwyn's public domain directory-access routines. Hacked into C++ conformance by Doug Schm
www.eeworm.com/read/129640/5971867

php main.php