Home | History | Annotate | Download | only in libxml2

Lines Matching refs:old_sax

28472     xmlSAXHandlerPtr old_sax;
28480 old_sax = *sax;
28481 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC))
28483 if ((old_sax != NULL) &&
28484 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) &&
28485 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL)))
28500 ret->user_sax = old_sax;
28501 if (old_sax == NULL) {
28525 if (old_sax->internalSubset != NULL)
28527 if (old_sax->isStandalone != NULL)
28529 if (old_sax->hasInternalSubset != NULL)
28531 if (old_sax->hasExternalSubset != NULL)
28533 if (old_sax->resolveEntity != NULL)
28535 if (old_sax->getEntity != NULL)
28537 if (old_sax->entityDecl != NULL)
28539 if (old_sax->notationDecl != NULL)
28541 if (old_sax->attributeDecl != NULL)
28543 if (old_sax->elementDecl != NULL)
28545 if (old_sax->unparsedEntityDecl != NULL)
28547 if (old_sax->setDocumentLocator != NULL)
28549 if (old_sax->startDocument != NULL)
28551 if (old_sax->endDocument != NULL)
28553 if (old_sax->processingInstruction != NULL)
28555 if (old_sax->comment != NULL)
28557 if (old_sax->warning != NULL)
28559 if (old_sax->error != NULL)
28561 if (old_sax->fatalError != NULL)
28563 if (old_sax->getParameterEntity != NULL)
28565 if (old_sax->externalSubset != NULL)
28575 if ((old_sax->ignorableWhitespace != NULL) &&
28576 (old_sax->ignorableWhitespace != old_sax->characters))
28654 xmlSAXHandlerPtr old_sax = NULL;
28668 old_sax = pctxt->sax;
28715 pctxt->sax = old_sax;