Searched defs:sax (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/ |
D | parser.c | 12336 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 …]
|
D | testHTML.c | 44 static int sax = 0; variable
|
D | xmllint.c | 198 static int sax = 0; variable
|
D | testapi.c | 1528 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 …]
|
D | xmlreader.c | 129 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
|
D | xmlschemas.c | 983 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/ |
D | parser.h | 185 struct _xmlSAXHandler *sax; /* The SAX handler */ member
|