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()
1982 if (ctxt->nbErrors > 0) in xmlXIncludeLoadFallback()
2494 if ((ret >= 0) && (ctxt->nbErrors > 0)) in xmlXIncludeProcessTreeFlagsData()
2578 if ((ret >= 0) && (ctxt->nbErrors > 0)) in xmlXIncludeProcessTreeFlags()
2618 if ((ret >= 0) && (ctxt->nbErrors > 0)) in xmlXIncludeProcessNode()
Drelaxng.c217 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()
[all …]
Drngparser.c86 int nbErrors; member