代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4537532
h parser.h
/*
* Summary: the core parser module
* Description: Interfaces, constants and types related to the XML parser
*
* Copy: See Copyright for the status of this software.
*
* Author: Daniel Ve
www.eeworm.com/read/242732/4537612
c parser.c
/*
* parser.c : an XML 1.0 parser, namespaces and validity support are mostly
* implemented on top of the SAX interfaces
*
* References:
* The XML specification:
* http://
www.eeworm.com/read/242732/4541416
h parser.h
#ifndef PARSER_H
#define PARSER_H
int parse_dhcp_options( DHCPMESSAGE *, DHCPOPTIONS *);
int process_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *);
int write_packet( DHCPMESSAGE *, char *);
#end
www.eeworm.com/read/242732/4541425
c parser.c
#include
#include
#include
#include
#include
#include
int parse_dhcp_options( DHCPMESSAGE *dhcpm, DHCPOPTIONS *dhcpo )
www.eeworm.com/read/242732/4543463
c parser.c
/*
* INF file parsing
*
* Copyright 2002 Alexandre Julliard for CodeWeavers
* 2005-2006 Herv
www.eeworm.com/read/242657/4549414
cpp parser.cpp
// $Id: Parser.cpp 78907 2007-07-16 10:22:58Z sowayaa $
#include "ACEXML/parser/parser/Parser.h"
#if !defined (__ACEXML_INLINE__)
# include "ACEXML/parser/parser/Parser.inl"
#endif /* __ACEXML_INLIN
www.eeworm.com/read/242657/4549415
inl parser.inl
//=============================================================================
/**
* @file Parser.inl
*
* $Id: Parser.inl 73794 2006-07-28 12:21:57Z johnnyw $
*
* @author Nanbor Wang
www.eeworm.com/read/242657/4549426
h parser.h
// -*- C++ -*-
//=============================================================================
/**
* @file Parser.h
*
* $Id: Parser.h 78907 2007-07-16 10:22:58Z sowayaa $
*
* @author Nanbo
www.eeworm.com/read/242657/4549427
sln parser.sln
Microsoft Visual Studio Solution File, Format Version 8.00
#
# $Id: VC71WorkspaceCreator.pm 1159 2007-03-15 12:28:15Z elliott_c $
#
# This file was generated by MPC. Any changes made directly to
www.eeworm.com/read/242657/4549428
mpc parser.mpc
// -*- MPC -*-
// $Id: parser.mpc 76299 2007-01-03 15:51:37Z elliott_c $
project(ACEXML_Parser): acelib, install {
avoids += ace_for_tao
sharedname = ACEXML_Parser
after += ACE