Searched refs:old_sax (Results 1 – 4 of 4) sorted by relevance
28466 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local28474 old_sax = *sax; in xmlSchemaSAXPlug()28475 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()28477 if ((old_sax != NULL) && in xmlSchemaSAXPlug()28478 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()28479 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()28494 ret->user_sax = old_sax; in xmlSchemaSAXPlug()28495 if (old_sax == NULL) { in xmlSchemaSAXPlug()28519 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()28521 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()[all …]
1635 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local1694 old_sax = ctxt->sax; in testSAX()1716 ctxt->sax = old_sax; in testSAX()
28547 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local28555 old_sax = *sax; in xmlSchemaSAXPlug()28556 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()28558 if ((old_sax != NULL) && in xmlSchemaSAXPlug()28559 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()28560 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()28575 ret->user_sax = old_sax; in xmlSchemaSAXPlug()28576 if (old_sax == NULL) { in xmlSchemaSAXPlug()28600 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()28602 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()[all …]
1641 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local1701 old_sax = ctxt->sax; in testSAX()1723 ctxt->sax = old_sax; in testSAX()