Lines Matching refs:xmlSAXHandlerPtr
273 xmlSAXHandlerPtr sax,
12546 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
12578 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreatePushParserCtxt()
12581 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreatePushParserCtxt()
12707 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
12730 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlCreateIOParserCtxt()
12733 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); in xmlCreateIOParserCtxt()
12778 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
12909 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
13074 xmlSAXHandlerPtr oldsax = NULL; in xmlParseCtxtExternalEntity()
13275 xmlSAXHandlerPtr sax, in xmlParseExternalEntityPrivate()
13281 xmlSAXHandlerPtr oldsax = NULL; in xmlParseExternalEntityPrivate()
13486 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
13513 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
13547 xmlSAXHandlerPtr oldsax = NULL; in xmlParseBalancedChunkMemoryInternal()
13968 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
13973 xmlSAXHandlerPtr oldsax = NULL; in xmlParseBalancedChunkMemoryRecover()
14123 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
14343 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
14408 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFile()
14510 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseFile()
14517 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlSAXUserParseFile()
14620 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, in xmlSAXParseMemoryWithData()
14671 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, in xmlSAXParseMemory()
14718 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, in xmlSAXUserParseMemory()
14727 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) in xmlSAXUserParseMemory()
14791 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc()
14794 xmlSAXHandlerPtr oldsax = NULL; in xmlSAXParseDoc()