Searched refs:parser (Results 201 - 225 of 523) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp3 // Purpose: wxHtmlParser class (generic parser)
951 wxMetaTagParser *parser = new wxMetaTagParser(); local
952 if(parser)
954 parser->AddTagHandler(new wxMetaTagHandler(&charset));
955 parser->Parse(markup);
956 delete parser;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events.c331 struct trace_parser parser; local
341 if (trace_parser_get_init(&parser, EVENT_BUF_SIZE + 1))
344 read = trace_get_user(&parser, ubuf, cnt, ppos);
346 if (read >= 0 && trace_parser_loaded((&parser))) {
349 if (*parser.buffer == '!')
352 parser.buffer[parser.idx] = 0;
354 ret = ftrace_set_clr_event(parser.buffer + !set, set);
362 trace_parser_put(&parser);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am92 lib/libcroco/cr-om-parser.c \
93 lib/libcroco/cr-om-parser.h \
94 lib/libcroco/cr-parser.c \
95 lib/libcroco/cr-parser.h \
167 lib/libxml/parser.c \
168 lib/libxml/parser.in.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c846 //If this codec can be interlaced or progressive then we need a parser to compute duration of a packet
847 //Thus if we have no parser in such case leave duration undefined.
1016 // we have synchronization info from the parser
1125 if (!st->need_parsing || !st->parser) {
1138 len = av_parser_parse2(st->parser, st->codec, &pkt->data, &pkt->size,
1153 pkt->pts = st->parser->pts;
1154 pkt->dts = st->parser->dts;
1155 pkt->pos = st->parser->pos;
1165 compute_pkt_fields(s, st, st->parser, pkt);
1169 av_add_index_entry(st, st->parser
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/include/
H A Dtdb.h106 int (*parser)(TDB_DATA key, TDB_DATA data,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX.c17 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dxpath1.c17 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DSAX.h18 #include <libxml/parser.h>
H A DSAX2.h2 * Summary: SAX2 parser interface used to build the DOM tree
18 #include <libxml/parser.h>
H A Dhash.h29 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DSAX.h18 #include <libxml/parser.h>
H A DSAX2.h2 * Summary: SAX2 parser interface used to build the DOM tree
18 #include <libxml/parser.h>
H A Dhash.h29 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestXPath.c33 #include <libxml/parser.h>
202 printf("\t--valid : switch on DTD support in the parser\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/html/
H A Dxpath1.c17 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.h147 bool OnCmdLineParsed(wxCmdLineParser& parser);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Diwmc3200top.h179 struct iwmct_parser parser; member in struct:iwmct_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dglock.h14 #include <linux/parser.h>
17 /* Options for hostdata parser */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Doptions.c14 #include <linux/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Doptions.c14 #include <linux/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c17 #include <libxml/parser.h>
H A DSAX.in.h18 #include <libxml/parser.h>
H A DSAX2.in.h2 * Summary: SAX2 parser interface used to build the DOM tree
18 #include <libxml/parser.h>
H A Dhash.in.h29 #include <libxml/parser.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java88 private XMLReader parser; field in class:BindingSpeedTest
223 parser = null;
391 parser = saxFactory.newSAXParser().getXMLReader();
404 parser.parse(input);

Completed in 111 milliseconds

1234567891011>>