Lines Matching refs:nbErrors
217 int nbErrors; /* number of errors at parse time */ member
356 int nbErrors; /* number of errors in validation */ member
450 ctxt->nbErrors++; in xmlRngPErrMemory()
485 ctxt->nbErrors++; in xmlRngVErrMemory()
525 ctxt->nbErrors++; in xmlRngPErr()
559 ctxt->nbErrors++; in xmlRngVErr()
3936 if (ctxt->nbErrors != 0) in xmlRelaxNGGenerateAttributes()
4014 if (ctxt->nbErrors != 0) in xmlRelaxNGGetElements()
4126 if (ctxt->nbErrors != 0) in xmlRelaxNGCheckChoiceDeterminism()
4260 if (ctxt->nbErrors != 0) in xmlRelaxNGCheckGroupAttrs()
4353 if (ctxt->nbErrors != 0) in xmlRelaxNGComputeInterleaves()
7583 if (ctxt->nbErrors > 0) { in xmlRelaxNGParse()