Searched refs:xmlSAXHandlerPtr (Results 1 – 15 of 15) sorted by relevance
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | parser.h | 882 xmlSAXUserParseFile (xmlSAXHandlerPtr sax, 886 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax, 891 xmlSAXParseDoc (xmlSAXHandlerPtr sax, 895 xmlSAXParseMemory (xmlSAXHandlerPtr sax, 906 xmlSAXParseFile (xmlSAXHandlerPtr sax, 915 xmlSAXParseEntity (xmlSAXHandlerPtr sax, 923 xmlSAXParseDTD (xmlSAXHandlerPtr sax, 930 xmlIOParseDTD (xmlSAXHandlerPtr sax, 937 xmlSAXHandlerPtr sax, 952 xmlSAXHandlerPtr sax, [all …]
|
H A D | xmlschemas.h | 212 xmlSAXHandlerPtr sax, 230 xmlSAXHandlerPtr *sax,
|
H A D | DOCBparser.h | 36 typedef xmlSAXHandlerPtr docbSAXHandlerPtr;
|
H A D | HTMLparser.h | 31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr;
|
H A D | tree.h | 45 typedef xmlSAXHandler *xmlSAXHandlerPtr; typedef
|
/reactos/sdk/include/reactos/libs/libxslt/ |
H A D | transform.h | 73 xmlSAXHandlerPtr SAX, 80 xmlSAXHandlerPtr SAX,
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | legacy.c | 202 *((xmlSAXHandlerPtr *) result) = ctxt->sax; in xmlGetFeature() 320 ctxt->sax = *((xmlSAXHandlerPtr *) value); in xmlSetFeature()
|
H A D | parser.c | 307 xmlSAXHandlerPtr sax, 1095 xmlSAXHandlerPtr sax; in xmlDetectSAX2() 12468 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreatePushParserCtxt() 12628 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreateIOParserCtxt() 13006 xmlSAXHandlerPtr sax, in xmlParseExternalEntityPrivate() 13012 xmlSAXHandlerPtr oldsax = NULL; in xmlParseExternalEntityPrivate() 13308 xmlSAXHandlerPtr oldsax = NULL; in xmlParseBalancedChunkMemoryInternal() 13736 xmlSAXHandlerPtr oldsax = NULL; in xmlParseBalancedChunkMemoryRecover() 14184 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFile() 14286 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseFile() [all …]
|
H A D | xmllint.c | 836 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct; 837 extern xmlSAXHandlerPtr debugSAXHandler; 1459 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; 1583 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; 1587 xmlSAXHandlerPtr handler; in testSAX() 1592 xmlSAXHandlerPtr old_sax = NULL; in testSAX()
|
H A D | SAX2.c | 2937 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1); in xmlDefaultSAXHandlerInit() 2997 xmlSAX2InitHtmlDefaultSAXHandler((xmlSAXHandlerPtr) &htmlDefaultSAXHandler); in htmlDefaultSAXHandlerInit()
|
H A D | parserInternals.c | 1649 (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler)) in xmlFreeParserCtxt()
|
H A D | xmlschemas.c | 984 xmlSAXHandlerPtr sax; 28478 xmlSAXHandlerPtr user_sax; 28481 xmlSAXHandlerPtr schemas_sax; 28490 xmlSAXHandlerPtr *user_sax_ptr; 28491 xmlSAXHandlerPtr user_sax; 28824 xmlSAXHandlerPtr *sax, void **user_data) in xmlSchemaSAXPlug() 28827 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() 28967 xmlSAXHandlerPtr *sax; in xmlSchemaSAXUnplug() 29063 xmlSAXHandlerPtr sax, void *user_data) in xmlSchemaValidateStream() 29066 xmlSAXHandlerPtr old_sax = NULL; in xmlSchemaValidateStream()
|
H A D | xmlreader.c | 131 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
|
H A D | HTMLparser.c | 6341 if (ctxt->sax != (xmlSAXHandlerPtr) &htmlDefaultSAXHandler) in htmlCreatePushParserCtxt()
|
/reactos/dll/3rdparty/libxslt/ |
H A D | transform.c | 6227 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, in xsltRunStylesheetUser() 6288 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) in xsltRunStylesheet()
|