Lines Matching refs:xmlSAXHandlerPtr
206 xmlSAXHandlerPtr sax,
11538 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
11570 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreatePushParserCtxt()
11573 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt()
11683 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
11702 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreateIOParserCtxt()
11705 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
11750 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
11878 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
12040 xmlSAXHandlerPtr oldsax = NULL; in xmlParseCtxtExternalEntity()
12249 xmlSAXHandlerPtr sax, in xmlParseExternalEntityPrivate()
12255 xmlSAXHandlerPtr oldsax = NULL; in xmlParseExternalEntityPrivate()
12456 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
12483 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
12517 xmlSAXHandlerPtr oldsax = NULL; in xmlParseBalancedChunkMemoryInternal()
12905 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
12910 xmlSAXHandlerPtr oldsax = NULL; in xmlParseBalancedChunkMemoryRecover()
13060 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
13255 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
13320 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFile()
13422 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseFile()
13429 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlSAXUserParseFile()
13534 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, in xmlSAXParseMemoryWithData()
13583 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, in xmlSAXParseMemory()
13630 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseMemory()
13637 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlSAXUserParseMemory()
13701 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc()
13704 xmlSAXHandlerPtr oldsax = NULL; in xmlSAXParseDoc()