代码搜索:headers
找到约 10,000 项符合「headers」的源代码
代码结果 10,000
www.eeworm.com/read/457704/1595194
h osip_headers.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
This library is free software; y
www.eeworm.com/read/245254/4505317
sh update-headers.sh
#!/bin/sh
echo "Updating packages to LGPL license ..."
cd packages
for m in $(for i in $(find . -name "*.c" -o -name "*.h" -o -name "*.hpp" -o -name "*.cpp"); do grep -L "Free Software" $i; done); do
www.eeworm.com/read/245254/4505321
sh check-headers.sh
#!/bin/bash
CC=gcc
path=/usr/local/include
echo "Checking files in $path..."
cd $path
tname=$(tempfile -p check -s .cpp)
oname=/tmp/$(basename $tname cpp)s
for i in $(find rtt -maxdepth 2 -type f -n
www.eeworm.com/read/245129/4507034
h libnet-headers.h
/*
* $Id: libnet-headers.h,v 1.1 2001/08/07 13:15:12 fygrave Exp $
*
* libnet-headers.h - Network routine library headers header file
*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman
www.eeworm.com/read/242657/4549784
mpb install_headers.mpb
// -*- MPC -*-
// $Id: install_headers.mpb 66694 2005-06-29 04:09:04Z jtc $
project {
specific {
install_headers = 1
}
}
www.eeworm.com/read/242657/4550008
cpp parse_headers.cpp
// $Id: Parse_Headers.cpp 78721 2007-07-02 10:49:41Z johnnyw $
#include "ace/Log_Msg.h"
#include "Parse_Headers.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_strings.h"
#include "ace/OS_NS_st
www.eeworm.com/read/242657/4550034
h parse_headers.h
/* -*- c++ -*- */
//=============================================================================
/**
* @file Parse_Headers.h
*
* $Id: Parse_Headers.h 78721 2007-07-02 10:49:41Z johnnyw $
*
www.eeworm.com/read/242657/4550349
cpp parse_headers.cpp
// $Id: Parse_Headers.cpp 78918 2007-07-17 04:06:30Z sowayaa $
#include "JAWS/Parse_Headers.h"
#include "ace/OS_NS_string.h"
#include "ace/Log_Msg.h"
#define ACCESSOR(T,C,x) \
T C :: x (void) const
www.eeworm.com/read/242657/4550373
h parse_headers.h
/* -*- c++ -*- */
// $Id: Parse_Headers.h 67584 2005-08-12 11:59:41Z jwillemsen $
#ifndef JAWS_PARSE_HEADERS_H
#define JAWS_PARSE_HEADERS_H
#include "JAWS/Export.h"
#include "ace/Singleton.h"
#if !
www.eeworm.com/read/242657/4550412
cpp http_headers.cpp
// $Id: http_headers.cpp 76139 2006-12-22 13:58:25Z shuston $
#include "ace/RB_Tree.h"
#include "HTTPU/http_headers.h"
HTTP_Hdr_Node HTTP_HCodes::HTTP ("HTTP", "HTTP%s %s");
HTTP_Hdr_Node HTTP_HCode