Searched refs:nbErrors (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxinclude.c81 int nbErrors; /* the number of errors detected */ member in struct:_xmlXIncludeCtxt
110 ctxt->nbErrors++;
131 ctxt->nbErrors++;
299 ret->nbErrors = 0;
1950 if (ctxt->nbErrors > 0)
2461 if ((ret >= 0) && (ctxt->nbErrors > 0))
2544 if ((ret >= 0) && (ctxt->nbErrors > 0))
2583 if ((ret >= 0) && (ctxt->nbErrors > 0))
H A Drelaxng.c215 int nbErrors; /* number of errors at parse time */ member in struct:_xmlRelaxNGParserCtxt
354 int nbErrors; /* number of errors in validation */ member in struct:_xmlRelaxNGValidCtxt
448 ctxt->nbErrors++;
483 ctxt->nbErrors++;
523 ctxt->nbErrors++;
557 ctxt->nbErrors++;
3917 if (ctxt->nbErrors != 0)
3995 if (ctxt->nbErrors != 0)
4102 if (ctxt->nbErrors != 0)
4236 if (ctxt->nbErrors !
[all...]

Completed in 77 milliseconds