Searched refs:old_sax (Results 1 – 2 of 2) sorted by relevance
28827 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local28835 old_sax = *sax; in xmlSchemaSAXPlug()28836 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()28838 if ((old_sax != NULL) && in xmlSchemaSAXPlug()28839 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()28840 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()28855 ret->user_sax = old_sax; in xmlSchemaSAXPlug()28856 if (old_sax == NULL) { in xmlSchemaSAXPlug()28931 (old_sax->ignorableWhitespace != old_sax->characters)) in xmlSchemaSAXPlug()29080 old_sax = pctxt->sax; in xmlSchemaValidateStream()[all …]
1592 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local1657 old_sax = ctxt->sax; in testSAX()1679 ctxt->sax = old_sax; in testSAX()