代码搜索:Async

找到约 3,194 项符合「Async」的源代码

代码结果 3,194
www.eeworm.com/read/140582/5785177

c async.c

/* * Copyright (C) 2003, Michael Richardson * Derived from code: Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute th
www.eeworm.com/read/140582/5785209

h async.h

/* * Copyright (C) 2003 Michael Richardson * Contributed by Michael Richardson while working * on the Linux FreeS/WAN project in 2003. * * Permission to use, copy, modify, and
www.eeworm.com/read/139206/5807169

t async.t

#!./perl BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; @INC = '../lib' if -d '../lib'; } } use Test; BEGIN {plan tests => 20} use SNMP; use vars qw($agent_port $co
www.eeworm.com/read/138474/5816452

c async.c

/* * Copyright
www.eeworm.com/read/138474/5816478

h async.h

/* * Copyright
www.eeworm.com/read/120487/6072367

c async.c

/*------------------------------------------------------------------------- * * async.c * Asynchronous notification: NOTIFY, LISTEN, UNLISTEN * * Portions Copyright (c) 1996-2003, PostgreSQL Gl
www.eeworm.com/read/120487/6072926

h async.h

/*------------------------------------------------------------------------- * * async.h * Asynchronous notification: NOTIFY, LISTEN, UNLISTEN * * Portions Copyright (c) 1996-2003, PostgreSQL Gl
www.eeworm.com/read/117325/6104722

t async.t

#!./perl BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; @INC = '../lib' if -d '../lib'; } } use Test; BEGIN {plan tests => 20} use SNMP; use vars qw($agent_port $co
www.eeworm.com/read/117181/6110597

exp async.exp

# Copyright 1999 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # t
www.eeworm.com/read/117181/6110603

c async.c

#ifdef PROTOTYPES int foo (void) #else int foo () #endif { int x, y; x = 5; y = 3; return x + y; } #ifdef PROTOTYPES int main (void) #else int main () #endif { int y, z; y = 2; z = 9; y