Home
last modified time | relevance | path

Searched refs:xmlSAXHandlerPtr (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dparser.h882 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 Dxmlschemas.h212 xmlSAXHandlerPtr sax,
230 xmlSAXHandlerPtr *sax,
H A DDOCBparser.h36 typedef xmlSAXHandlerPtr docbSAXHandlerPtr;
H A DHTMLparser.h31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr;
H A Dtree.h45 typedef xmlSAXHandler *xmlSAXHandlerPtr; typedef
/reactos/sdk/include/reactos/libs/libxslt/
H A Dtransform.h73 xmlSAXHandlerPtr SAX,
80 xmlSAXHandlerPtr SAX,
/reactos/sdk/lib/3rdparty/libxml2/
H A Dlegacy.c202 *((xmlSAXHandlerPtr *) result) = ctxt->sax; in xmlGetFeature()
320 ctxt->sax = *((xmlSAXHandlerPtr *) value); in xmlSetFeature()
H A Dparser.c307 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 Dxmllint.c836 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 DSAX2.c2937 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1); in xmlDefaultSAXHandlerInit()
2997 xmlSAX2InitHtmlDefaultSAXHandler((xmlSAXHandlerPtr) &htmlDefaultSAXHandler); in htmlDefaultSAXHandlerInit()
H A DparserInternals.c1649 (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler)) in xmlFreeParserCtxt()
H A Dxmlschemas.c984 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 Dxmlreader.c131 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
H A DHTMLparser.c6341 if (ctxt->sax != (xmlSAXHandlerPtr) &htmlDefaultSAXHandler) in htmlCreatePushParserCtxt()
/reactos/dll/3rdparty/libxslt/
H A Dtransform.c6227 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, in xsltRunStylesheetUser()
6288 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) in xsltRunStylesheet()