Searched refs:parser (Results 51 - 75 of 103) sorted by relevance

12345

/haiku-fatelf/src/tests/kits/interface/picture/
H A DSVGViewView.cpp191 XML_Parser parser = XML_ParserCreate("UTF-8");
192 XML_SetUserData(parser, this);
193 XML_SetElementHandler(parser, (XML_StartElementHandler)_StartElement, (XML_EndElementHandler)_EndElement);
194 XML_SetCharacterDataHandler(parser, (XML_CharacterDataHandler)_CharacterDataHandler);
200 if (!XML_Parse(parser, buf, len, done))
204 XML_ParserFree(parser);
190 XML_Parser parser = XML_ParserCreate("UTF-8"); local
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnumbers.c637 xmlXPathParserContextPtr parser; local
650 parser = xmlXPathNewParserContext(NULL, context->xpathCtxt);
651 if (parser) {
655 ancestor = xmlXPathNextAncestor(parser, ancestor)) {
669 xmlXPathNextPrecedingSibling(parser, preceding)) {
691 xmlXPathFreeParserContext(parser);
H A Ddocuments.c17 #include <libxml/parser.h>
H A Dtransform.h15 #include <libxml/parser.h>
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DKeyboardProtocolHandler.cpp212 HIDParser &parser = device.Parser(); local
213 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT);
254 maxReportCount = parser.CountReports(HID_REPORT_TYPE_OUTPUT);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DHTMLparser.h2 * Summary: interface for an HTML 4.0 non-verifying parser
3 * Description: this module implements an HTML 4.0 non-verifying parser
4 * with API compatible with the XML parser ones. It should
16 #include <libxml/parser.h>
172 * This is the set of XML parser options that can be passed down
H A DxmlIO.h2 * Summary: interface for the I/O interfaces used by the parser
3 * Description: interface for the I/O interfaces used by the parser
21 * Those are the functions and datatypes for the parser input
119 #include <libxml/parser.h>
H A Dglobals.h18 #include <libxml/parser.h>
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.
H A Dxmlerror.h10 #include <libxml/parser.h>
38 XML_FROM_PARSER, /* The XML parser */
41 XML_FROM_DTD, /* The XML DTD validation with parser context*/
42 XML_FROM_HTML, /* The HTML parser */
53 XML_FROM_SCHEMASP, /* The W3C XML Schemas parser module */
55 XML_FROM_RELAXNGP, /* The Relax-NG parser module */
87 void *ctxt; /* the parser context if available */
94 * This is an error that the XML (or HTML) parser can generate
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c29 #include <libxml/parser.h>
H A Dentities.c19 #include <libxml/parser.h>
H A Derror.c2 * error.c: module displaying/handling XML parser errors
14 #include <libxml/parser.h>
236 * @ctx: the parser context or NULL
303 channel(data, "parser ");
313 channel(data, "HTML parser ");
331 channel(data, "parser ");
343 channel(data, "Schemas parser ");
346 channel(data, "Relax-NG parser ");
421 * @ctx: the parser context or NULL
422 * @ctx: the parser contex
[all...]
H A Dhash.c24 #include <libxml/parser.h>
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp867 ExpressionParser parser; local
868 parser.SetDegreeMode(fOptions->degree_mode);
869 value = parser.Evaluate(expression.String());
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dstrings.c13 #include <libxml/parser.h>
26 * @ctxt: an XPath parser context
131 * @ctxt: an XPath parser context
235 * @ctxt: an XPath parser context
282 * @ctxt: an XPath parser context
336 * @ctxt: an XPath parser context
386 * @ctxt: an XPath parser context
452 * @ctxt: an XPath parser context
H A Dcrypto.c13 #include <libxml/parser.h>
173 * @ctxt: an XPath parser context
347 * @ctxt: an XPath parser context
450 * @ctxt: an XPath parser context
480 * @ctxt: an XPath parser context
513 * @ctxt: an XPath parser context
546 * @ctxt: an XPath parser context
579 * @ctxt: an XPath parser context
654 * @ctxt: an XPath parser context
/haiku-fatelf/src/kits/storage/sniffer/
H A DParser.cpp7 MIME sniffer rule parser implementation
59 Parser parser; local
60 return parser.Parse(rule, result, parseError);
682 throw new Err("Sniffer parser error: TokenStream::Get() called on uninitialized TokenStream object", -1);
698 throw new Err("Sniffer parser error: TokenStream::Unget() called on uninitialized TokenStream object", -1);
702 throw new Err("Sniffer parser error: TokenStream::Unget() called at beginning of token stream", -1);
824 throw new Err(std::string("Sniffer parser error: invalid hex digit '") + hex + "' passed to hexToChar()", -1);
846 throw new Err(std::string("Sniffer parser error: invalid octal digit passed to hexToChar()"), -1);
934 : fOutOfMemErr(new(std::nothrow) Err("Sniffer parser error: out of memory", -1))
950 throw new Err("Sniffer parser erro
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dconfigure608 # On the NeXT, cc -E runs the code through the compiler's parser,
/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp882 ExpressionParser parser; local
883 parser.SetSupportHexInput(true);
884 fPosition = parser.EvaluateToInt64(
/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-lang.c25 #include "parser-defs.h"
177 if (called from parser)
/haiku-fatelf/src/libs/glut/
H A Dglutint.h710 extern void __glutRegisterEventParser(GLUTeventParser * parser);
/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c43 #include <libxml/parser.h>
494 printf("\t--maxparserdepth val : increase the maximum parser depth\n");
/haiku-fatelf/src/bin/bash/
H A DMakefile372 execute_cmd.h parser.h pathexp.h pathnames.h pcomplete.h \
512 GRAM_H = parser-built
521 touch parser-built
717 $(RM) y.tab.c y.tab.h parser-built tags TAGS
733 $(RM) parser-built y.tab.c y.tab.h ; \
879 y.tab.o: trap.h flags.h parser.h input.h mailcheck.h $(DEFSRC)/common.h
1018 bashhist.o: flags.h input.h parser.h pathexp.h $(DEFSRC)/common.h bashline.h
H A DAUTHORS60 parser.h Brian Fox, Chet Ramey
94 parser-built Brian Fox, Chet Ramey

Completed in 303 milliseconds

12345