Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c369 int errNr; /* Depth of the error stack */ member
1769 "Pushing error %d at %d on stack\n", err, ctxt->errNr); in xmlRelaxNGValidErrorPush()
1773 ctxt->errNr = 0; in xmlRelaxNGValidErrorPush()
1784 if (ctxt->errNr >= ctxt->errMax) { in xmlRelaxNGValidErrorPush()
1795 ctxt->err = &ctxt->errTab[ctxt->errNr - 1]; in xmlRelaxNGValidErrorPush()
1799 return (ctxt->errNr); in xmlRelaxNGValidErrorPush()
1800 cur = &ctxt->errTab[ctxt->errNr]; in xmlRelaxNGValidErrorPush()
1819 return (ctxt->errNr++); in xmlRelaxNGValidErrorPush()
1833 if (ctxt->errNr <= 0) { in xmlRelaxNGValidErrorPop()
1837 ctxt->errNr--; in xmlRelaxNGValidErrorPop()
[all …]