Home
last modified time | relevance | path

Searched refs:nbErrors (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dtestdict.c33 static int nbErrors = 0; variable
175 nbErrors++; in run_test2()
185 nbErrors++; in run_test2()
195 nbErrors++; in run_test2()
211 nbErrors++; in run_test2()
224 nbErrors++; in run_test2()
230 nbErrors++; in run_test2()
242 nbErrors++; in run_test2()
254 nbErrors++; in run_test2()
266 nbErrors++; in run_test2()
[all …]
Dxinclude.c83 int nbErrors; /* the number of errors detected */ member
112 ctxt->nbErrors++; in xmlXIncludeErrMemory()
133 ctxt->nbErrors++; in xmlXIncludeErr()
301 ret->nbErrors = 0; in xmlXIncludeNewContext()
1980 if (ctxt->nbErrors > 0) in xmlXIncludeLoadFallback()
2492 if ((ret >= 0) && (ctxt->nbErrors > 0)) in xmlXIncludeProcessTreeFlagsData()
2576 if ((ret >= 0) && (ctxt->nbErrors > 0)) in xmlXIncludeProcessTreeFlags()
2616 if ((ret >= 0) && (ctxt->nbErrors > 0)) in xmlXIncludeProcessNode()
Drelaxng.c216 int nbErrors; /* number of errors at parse time */ member
355 int nbErrors; /* number of errors in validation */ member
449 ctxt->nbErrors++; in xmlRngPErrMemory()
484 ctxt->nbErrors++; in xmlRngVErrMemory()
524 ctxt->nbErrors++; in xmlRngPErr()
558 ctxt->nbErrors++; in xmlRngVErr()
3915 if (ctxt->nbErrors != 0) in xmlRelaxNGGenerateAttributes()
3993 if (ctxt->nbErrors != 0) in xmlRelaxNGGetElements()
4100 if (ctxt->nbErrors != 0) in xmlRelaxNGCheckChoiceDeterminism()
4234 if (ctxt->nbErrors != 0) in xmlRelaxNGCheckGroupAttrs()
[all …]
Drngparser.c86 int nbErrors; member