代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/195013/5123262
c ip6_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2000-2002 Netfilter core team
*
* 19 Jan 2002 Harald Welte
www.eeworm.com/read/195013/5123318
c ipt_ttl.c
/* IP tables module for matching the value of the TTL
*
* ipt_ttl.c,v 1.5 2000/11/13 11:16:08 laforge Exp
*
* (C) 2000,2001 by Harald Welte
*
* This software is distribut
www.eeworm.com/read/195013/5123324
c ip_tables.c
/*
* Packet matching code.
*
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
* Copyright (C) 2009-2002 Netfilter core team
*
* 19 Jan 2002 Harald Welte
www.eeworm.com/read/192391/5157237
cpp lstrlib.cpp
/*
** $Id: lstrlib.cpp,v 1.1.1.1 2006/02/20 15:43:38 kajala Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#inclu
www.eeworm.com/read/192080/5160124
cpp lstrlib.cpp
/*
** $Id: lstrlib.cpp,v 1.1.1.1 2006/02/20 15:43:38 kajala Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#inclu
www.eeworm.com/read/190666/5173545
c explicit67.c
struct S
{
void f(int);
void f(double);
};
void g(int);
void g(double);
template
void foo();
template
void foo();
void bar()
{
foo(); // ERROR - no matching function
www.eeworm.com/read/346457/3183793
svn-base path.c.svn-base
/* Code to mangle pathnames into those matching a given prefix.
eg. open("/lib/foo.so") => open("/usr/gnemul/i386-linux/lib/foo.so");
The assumption is that this area does not change.
*/
#inclu
www.eeworm.com/read/340665/3274202
c explicit67.c
struct S
{
void f(int);
void f(double);
};
void g(int);
void g(double);
template
void foo();
template
void foo();
void bar()
{
foo(); // ERROR - no matching function
www.eeworm.com/read/338463/3317968
h ipt_ecn.h
/* iptables module for matching the ECN header in IPv4 and TCP header
*
* (C) 2002 Harald Welte
*
* This software is distributed under GNU GPL v2, 1991
*
* Id: ipt_ecn.h,
www.eeworm.com/read/317007/3583829
java~ bookmarkcontroller.java~
import objectdraw.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
// allows the user to type urls into a text field. Matching urls are displayed
// b