Home
last modified time | relevance | path

Searched refs:xmlSAXHandler (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
DSAX2.h154 xmlSAXVersion (xmlSAXHandler *hdlr,
157 xmlSAX2InitDefaultSAXHandler (xmlSAXHandler *hdlr,
161 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr);
167 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr);
DDOCBparser.h35 typedef xmlSAXHandler docbSAXHandler;
DHTMLparser.h30 typedef xmlSAXHandler htmlSAXHandler;
Dtree.h43 typedef struct _xmlSAXHandler xmlSAXHandler; typedef
44 typedef xmlSAXHandler *xmlSAXHandlerPtr;
/external/chromium/chrome/browser/metrics/
Dmetrics_response.cc70 xmlSAXHandler handler = {0}; in MetricsResponse()
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp519 memcpy(parser->sax, handlers, sizeof(xmlSAXHandler)); in createMemoryParser()
1293 xmlSAXHandler sax; in initializeParserContext()
1513 xmlSAXHandler sax; in parseAttributes()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc562 xmlSAXHandler sax_handler; in Parse()
/external/libxml2/
DSAX2.c2729 xmlSAXVersion(xmlSAXHandler *hdlr, int version) in xmlSAXVersion()
2784 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning) in xmlSAX2InitDefaultSAXHandler()
2818 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitHtmlDefaultSAXHandler()
2876 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitDocbDefaultSAXHandler()
DparserInternals.c1536 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlInitParserCtxt()
Dxmllint.c839 static xmlSAXHandler emptySAXHandlerStruct = {
1462 static xmlSAXHandler debugSAXHandlerStruct = {
1586 static xmlSAXHandler debugSAX2HandlerStruct = {
Dxmlreader.c2061 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlNewTextReader()
4935 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); in xmlTextReaderSetup()
Dxmlwriter.c361 xmlSAXHandler saxHandler; in xmlNewTextWriterDoc()
422 xmlSAXHandler saxHandler; in xmlNewTextWriterTree()
Dparser.c11573 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt()
11580 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt()
11582 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt()
11705 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
11711 memset(ctxt->sax, 0, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
11713 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
Dxmlschemas.c28063 xmlSAXHandler schemas_sax;