Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c12336 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
12500 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
12571 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
12702 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
13068 xmlSAXHandlerPtr sax, in xmlParseExternalEntityPrivate()
13279 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
13306 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
13763 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
13919 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
14144 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
[all …]
DtestHTML.c44 static int sax = 0; variable
Dxmllint.c198 static int sax = 0; variable
Dtestapi.c1528 htmlSAXHandlerPtr sax; /* a SAX handler */ in test_htmlCreatePushParserCtxt() local
2684 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseDoc() local
2739 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseFile() local
12777 xmlSAXHandlerPtr sax; /* a SAX handler */ in test_xmlCreatePushParserCtxt() local
13299 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ in test_xmlIOParseDTD() local
13616 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ in test_xmlParseBalancedChunkMemory() local
13692 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ in test_xmlParseBalancedChunkMemoryRecover() local
14068 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ in test_xmlParseExternalEntity() local
14826 xmlSAXHandlerPtr sax; /* the SAX handler block */ in test_xmlSAXParseDTD() local
14876 xmlSAXHandlerPtr sax; /* the SAX handler block */ in test_xmlSAXParseDoc() local
[all …]
Dxmlreader.c129 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
Dxmlschemas.c983 xmlSAXHandlerPtr sax; member
28616 xmlSAXHandlerPtr *sax, void **user_data) in xmlSchemaSAXPlug()
28759 xmlSAXHandlerPtr *sax; in xmlSchemaSAXUnplug() local
28855 xmlSAXHandlerPtr sax, void *user_data) in xmlSchemaValidateStream()
/external/libxml2/include/libxml/
Dparser.h185 struct _xmlSAXHandler *sax; /* The SAX handler */ member