Home
last modified time | relevance | path

Searched defs:sax (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dparser.c11842 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
11988 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
12055 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
12183 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
12536 xmlSAXHandlerPtr sax, in xmlParseExternalEntityPrivate()
12745 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
12772 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
13226 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
13381 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
13601 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
[all …]
DtestHTML.c44 static int sax = 0; variable
DHTMLparser.c4704 htmlSAXHandler *sax; in htmlInitParserCtxt() local
5984 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt()
6079 htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) { in htmlSAXParseDoc()
6201 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile()
Dxmllint.c209 static int sax = 0; variable
Dtestapi.c1528 htmlSAXHandlerPtr sax; /* a SAX handler */ in test_htmlCreatePushParserCtxt() local
2672 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseDoc() local
2727 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseFile() local
12712 xmlSAXHandlerPtr sax; /* a SAX handler */ in test_xmlCreatePushParserCtxt() local
13225 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ in test_xmlIOParseDTD() local
13542 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ in test_xmlParseBalancedChunkMemory() local
13618 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ in test_xmlParseBalancedChunkMemoryRecover() local
13991 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ in test_xmlParseExternalEntity() local
14740 xmlSAXHandlerPtr sax; /* the SAX handler block */ in test_xmlSAXParseDTD() local
14790 xmlSAXHandlerPtr sax; /* the SAX handler block */ in test_xmlSAXParseDoc() local
[all …]
Dxmlreader.c123 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
Dxmlschemas.c975 xmlSAXHandlerPtr sax; member
28463 xmlSAXHandlerPtr *sax, void **user_data) in xmlSchemaSAXPlug()
28606 xmlSAXHandlerPtr *sax; in xmlSchemaSAXUnplug() local
28645 xmlSAXHandlerPtr sax, void *user_data) in xmlSchemaValidateStream()
/external/libxml2/
Dparser.c12368 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
12507 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
12578 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
12706 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
13069 xmlSAXHandlerPtr sax, in xmlParseExternalEntityPrivate()
13278 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
13305 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
13759 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
13914 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
14134 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
[all …]
DHTMLparser.c4781 htmlSAXHandler *sax; in htmlInitParserCtxt() local
6109 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt()
6198 htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) { in htmlSAXParseDoc()
6320 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile()
Dxmllint.c214 static int sax = 0; variable
Dxmlreader.c125 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
Dxmlschemas.c975 xmlSAXHandlerPtr sax; member
28544 xmlSAXHandlerPtr *sax, void **user_data) in xmlSchemaSAXPlug()
28687 xmlSAXHandlerPtr *sax; in xmlSchemaSAXUnplug() local
28783 xmlSAXHandlerPtr sax, void *user_data) in xmlSchemaValidateStream()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp1416 xmlSAXHandler sax; in initializeParserContext() local
1624 xmlSAXHandler sax; in parseAttributes() local
/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h185 struct _xmlSAXHandler *sax; /* The SAX handler */ member
/external/libxml2/include/libxml/
Dparser.h185 struct _xmlSAXHandler *sax; /* The SAX handler */ member