代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/136824/5848339

cpp statlink.cpp

/* Copyright (C) Greg James, 2001. * All rights reserved worldwide. * * This software is provided "as is" without express or implied * warranties. You may freely copy and compile this source
www.eeworm.com/read/136812/5859410

c ndet_do_dis.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)ndet_do_dis.c 1.1 92/07/30 Copyr 1985 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Ndet_do_dis.c - In o
www.eeworm.com/read/135582/5885207

cpp vmlapp.cpp

#include "vmlapp.h" #include #ifdef HAVE_RESIZE_WINDOW void VMLAppWindow::resize_notify(int x, int y, int w, int h) { cerr
www.eeworm.com/read/135153/5888791

h dnotify.h

/* * Directory notification for Linux * * Copyright 2000 (C) Stephen Rothwell */ struct dnotify_struct { struct dnotify_struct * dn_next; int dn_magic; unsigned long dn_mask; /* Events to b
www.eeworm.com/read/134163/5894711

cpp control.cpp

// Control.cpp -- IOCTL handlers for pnpevent driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" #include "guids.h"
www.eeworm.com/read/133596/5904033

cpp control.cpp

// Control.cpp -- IOCTL handlers for pnpevent driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" #include "guids.h"
www.eeworm.com/read/132747/5910211

h notifier.h

/* * Routines to manage notifier chains for passing status changes to any * interested routines. We need this instead of hard coded call lists so * that modules can poke their nose into the innards
www.eeworm.com/read/132747/5910441

h notifier.h

/* * Routines to manage notifier chains for passing status changes to any * interested routines. We need this instead of hard coded call lists so * that modules can poke their nose into the innards
www.eeworm.com/read/125688/6023503

c attr.c

/* * linux/fs/attr.c * * Copyright (C) 1991, 1992 Linus Torvalds * changes by Thomas Schoebel-Theuer */ #include #include #include /* Taken ove
www.eeworm.com/read/120487/6073370

sql testlibpq2.sql

CREATE TABLE TBL1 (i int4); CREATE TABLE TBL2 (i int4); CREATE RULE r1 AS ON INSERT TO TBL1 DO (INSERT INTO TBL2 VALUES (new.i); NOTIFY TBL2);