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;
1944 if (ctxt->nbErrors > 0)
2457 if ((ret >= 0) && (ctxt->nbErrors > 0))
2516 if ((ret >= 0) && (ctxt->nbErrors > 0))
2555 if ((ret >= 0) && (ctxt->nbErrors > 0))
H A Drelaxng.c214 int nbErrors; /* number of errors at parse time */ member in struct:_xmlRelaxNGParserCtxt
353 int nbErrors; /* number of errors in validation */ member in struct:_xmlRelaxNGValidCtxt
446 ctxt->nbErrors++;
481 ctxt->nbErrors++;
521 ctxt->nbErrors++;
555 ctxt->nbErrors++;
3883 if (ctxt->nbErrors != 0)
3961 if (ctxt->nbErrors != 0)
4068 if (ctxt->nbErrors != 0)
4202 if (ctxt->nbErrors !
[all...]

Completed in 64 milliseconds