代码搜索:functionality
找到约 4,782 项符合「functionality」的源代码
代码结果 4,782
www.eeworm.com/read/224971/4800550
h ip_nat_core.h
#ifndef _IP_NAT_CORE_H
#define _IP_NAT_CORE_H
#include
#include
/* This header used to share core functionality between the standalone
NAT modu
www.eeworm.com/read/209559/4960844
c iop331-irq.c
/*
* linux/arch/arm/mach-iop3xx/iop331-irq.c
*
* Generic IOP331 IRQ handling functionality
*
* Author: Dave Jiang
* Copyright (C) 2003 Intel Corp.
*
* This program is fr
www.eeworm.com/read/209559/4968726
h ip_nat_core.h
#ifndef _IP_NAT_CORE_H
#define _IP_NAT_CORE_H
#include
#include
/* This header used to share core functionality between the standalone
NAT modu
www.eeworm.com/read/195013/5119177
h ip_nat_core.h
#ifndef _IP_NAT_CORE_H
#define _IP_NAT_CORE_H
#include
#include
/* This header used to share core functionality between the standalone
NAT modu
www.eeworm.com/read/190346/5184387
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
sendrecv.lo \
sockets.lo \
sockopt.lo \
sockaddr.lo \
inet_ntop.lo \
inet_pton.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/190346/5184436
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
thread_mutex.lo \
thread_rwlock.lo \
thread_cond.lo \
proc_mutex.lo \
global_mutex.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULE
www.eeworm.com/read/179911/5297930
h ip_nat_core.h
#ifndef _IP_NAT_CORE_H
#define _IP_NAT_CORE_H
#include
#include
/* This header used to share core functionality between the standalone
NAT modu
www.eeworm.com/read/177235/5331890
t bulkwalk.t
#!/usr/local/bin/perl
#
# $Id: bulkwalk.t,v 5.8 2004/04/14 10:25:47 dts12 Exp $
#
# Test bulkwalk functionality.
use Data::Dumper;
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
www.eeworm.com/read/173141/5378781
sql valuesclause.sql
--
-- this test is for the values clause functionality
--
-- create the tables
create table t1 (i int, j int);
create table t2 (k int, l int);
-- populate t2
insert into t2 values (1, 2);
insert in
www.eeworm.com/read/173141/5378847
sql update.sql
--
-- this test is for basic update functionality
--
-- create the table
create table t1 (int_col int, smallint_col smallint, char_30_col char(30),
varchar_50_col varchar(50));
create table t2