Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c370 int errNr; /* Depth of the error stack */ member
1784 "Pushing error %d at %d on stack\n", err, ctxt->errNr); in xmlRelaxNGValidErrorPush()
1788 ctxt->errNr = 0; in xmlRelaxNGValidErrorPush()
1799 if (ctxt->errNr >= ctxt->errMax) { in xmlRelaxNGValidErrorPush()
1810 ctxt->err = &ctxt->errTab[ctxt->errNr - 1]; in xmlRelaxNGValidErrorPush()
1814 return (ctxt->errNr); in xmlRelaxNGValidErrorPush()
1815 cur = &ctxt->errTab[ctxt->errNr]; in xmlRelaxNGValidErrorPush()
1834 return (ctxt->errNr++); in xmlRelaxNGValidErrorPush()
1848 if (ctxt->errNr <= 0) { in xmlRelaxNGValidErrorPop()
1852 ctxt->errNr--; in xmlRelaxNGValidErrorPop()
[all …]