Lines Matching refs:sax
66 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC)) in xmlSAX2ErrMemory()
67 schannel = ctxt->sax->serror; in xmlSAX2ErrMemory()
108 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC)) in xmlErrValid()
109 schannel = ctxt->sax->serror; in xmlErrValid()
420 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)) in xmlSAX2ExternalSubset()
421 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID, in xmlSAX2ExternalSubset()
669 (ctxt->sax != NULL) && (ctxt->sax->warning != NULL)) in xmlSAX2EntityDecl()
670 ctxt->sax->warning(ctxt->userData, in xmlSAX2EntityDecl()
887 (ctxt->sax != NULL) && (ctxt->sax->warning != NULL)) in xmlSAX2UnparsedEntityDecl()
888 ctxt->sax->warning(ctxt->userData, in xmlSAX2UnparsedEntityDecl()
907 (ctxt->sax != NULL) && (ctxt->sax->warning != NULL)) in xmlSAX2UnparsedEntityDecl()
908 ctxt->sax->warning(ctxt->userData, in xmlSAX2UnparsedEntityDecl()
1169 if ((ctxt->sax != NULL) && (ctxt->sax->warning != NULL)) in xmlSAX2AttributeInternal()
1170 ctxt->sax->warning(ctxt->userData, in xmlSAX2AttributeInternal()
1174 if ((ctxt->sax != NULL) && (ctxt->sax->warning != NULL)) in xmlSAX2AttributeInternal()
1175 ctxt->sax->warning(ctxt->userData, in xmlSAX2AttributeInternal()