Searched refs:parser (Results 301 - 325 of 523) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dglobals.h18 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_fs.c24 #include <linux/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dtrans_virtio.c42 #include <linux/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlcatalog.c29 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h430 AVCodecParserContext *parser; member in struct:OutputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dglobals.in.h18 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A DMakefile50 am_libucm_la_OBJECTS = utils.lo parser.lo main.lo
215 libucm_la_SOURCES = utils.c parser.c main.c
262 include ./$(DEPDIR)/parser.Plo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp266 wxCmdLineParser parser(cmdLineDesc, argc, argv);
268 switch (parser.Parse())
275 ParseParams(parser);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.c597 struct formatstring_parser *parser = formatstring_parsers[i]; local
604 descr = parser->parse (value, is_msgstr, fmtdir, &invalid_reason);
606 parser->free (descr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c648 int (*parser) __P((char **));
780 parser = (int (*) __P((char **))) opt->addr;
781 if (!(*parser)(argv))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3110 struct AVCodecParser *parser; member in struct:AVCodecParserContext
3148 * Set by parser to 1 for key frames and 0 for non-key frames.
3149 * It is initialized to -1, so if the parser doesn't set this flag,
3229 void av_register_codec_parser(AVCodecParser *parser);
3246 AVCodecParserContext *parser; member in struct:AVBitStreamFilterContext
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_hwdep.c620 /* parser mode */
714 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc); member in struct:hda_patch_item
730 /* check the line starting with '[' -- change the parser mode accodingly */
810 else if (patch_items[line_mode].parser &&
812 patch_items[line_mode].parser(buf, bus, &codec);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c575 int (*parser) __P((char **));
700 parser = (int (*) __P((char **))) opt->addr;
701 if (!(*parser)(argv))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dapp.tex325 \func{bool}{OnCmdLineError}{\param{wxCmdLineParser\& }{parser}}
341 \func{bool}{OnCmdLineHelp}{\param{wxCmdLineParser\& }{parser}}
356 \func{bool}{OnCmdLineParsed}{\param{wxCmdLineParser\& }{parser}}
494 \func{void}{OnInitCmdLine}{\param{wxCmdLineParser\& }{parser}}
497 parser with the command line options for this application. The base class
H A Dcmdlpars.tex157 parser object must have the command line to parse and also the rules saying
419 wxCmdLineParser parser;
421 parser.SetDesc(cmdLineDesc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dapibuild.py19 # C parser analysis code
568 """The C module parser"""
1656 parser = CParser(header)
1657 idx = parser.parse()
1663 parser = CParser(module)
1664 idx = parser.parse()
2102 if glob.glob("parser.c") != [] :
2106 elif glob.glob("../parser.c") != [] :
2128 # for debugging the parser
2131 parser
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py19 # C parser analysis code
568 """The C module parser"""
1656 parser = CParser(header)
1657 idx = parser.parse()
1663 parser = CParser(module)
1664 idx = parser.parse()
2102 if glob.glob("parser.c") != [] :
2106 elif glob.glob("../parser.c") != [] :
2128 # for debugging the parser
2131 parser
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davcodec.h763 * are connected to a parser to split what they return into proper frames.
4415 struct AVCodecParser *parser; member in struct:AVCodecParserContext
4449 /// Set if the parser has a valid file offset
4456 * Set by parser to 1 for key frames and 0 for non-key frames.
4457 * It is initialized to -1, so if the parser doesn't set this flag,
4556 void av_register_codec_parser(AVCodecParser *parser);
4562 * @param s parser context.
4604 AVCodecParserContext *parser; member in struct:AVBitStreamFilterContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h824 * are connected to a parser to split what they return into proper frames.
4113 struct AVCodecParser *parser; member in struct:AVCodecParserContext
4147 /// Set if the parser has a valid file offset
4155 * Set by parser to 1 for key frames and 0 for non-key frames.
4156 * It is initialized to -1, so if the parser doesn't set this flag,
4282 void av_register_codec_parser(AVCodecParser *parser);
4288 * @param s parser context.
4916 AVCodecParserContext *parser; member in struct:AVBitStreamFilterContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DparserInternals.h2 * Summary: internals routines exported by the parser.
16 #include <libxml/parser.h>
28 * process. This is not a limitation of the parser but a safety
44 * The parser tries to always have that amount of input ready.
496 * Generated by MACROS on top of parser.c c.f. PUSH_AND_POP.
509 * other commodities shared between parser.c and parserInternals.
519 * Really core function shared with HTML parser.
533 * Actually comes from the HTML parser but launched from the init stuff.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DparserInternals.h2 * Summary: internals routines exported by the parser.
16 #include <libxml/parser.h>
28 * process. This is not a limitation of the parser but a safety
44 * The parser tries to always have that amount of input ready.
496 * Generated by MACROS on top of parser.c c.f. PUSH_AND_POP.
509 * other commodities shared between parser.c and parserInternals.
519 * Really core function shared with HTML parser.
533 * Actually comes from the HTML parser but launched from the init stuff.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.cpp1 /* A Bison parser, made by GNU Bison 2.3. */
23 part or all of the Bison parser skeleton and distribute that work
25 parser generator using the skeleton or a modified version thereof
26 as a parser skeleton. Alternatively, if you modify or redistribute
27 the parser skeleton itself, you may (at your option) remove this
35 /* C LALR(1) parser skeleton written by Richard Stallman, by
36 simplifying the original so-called "semantic" parser. */
233 /* The parser invokes alloca or malloc; define the necessary symbols. */
789 /* YYINITDEPTH -- initial size of the parser's stacks. */
1344 unconditionally makes the parser
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/devpts/
H A Dinode.c25 #include <linux/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dsuper.c20 #include <linux/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dsuper.c13 #include <linux/parser.h>

Completed in 224 milliseconds

<<11121314151617181920>>