Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c371 xmlRelaxNGValidErrorPtr errTab; /* stack of errors */ member
1771 if (ctxt->errTab == NULL) { in xmlRelaxNGValidErrorPush()
1774 ctxt->errTab = in xmlRelaxNGValidErrorPush()
1778 if (ctxt->errTab == NULL) { in xmlRelaxNGValidErrorPush()
1786 ctxt->errTab = in xmlRelaxNGValidErrorPush()
1787 (xmlRelaxNGValidErrorPtr) xmlRealloc(ctxt->errTab, in xmlRelaxNGValidErrorPush()
1791 if (ctxt->errTab == NULL) { in xmlRelaxNGValidErrorPush()
1795 ctxt->err = &ctxt->errTab[ctxt->errNr - 1]; in xmlRelaxNGValidErrorPush()
1800 cur = &ctxt->errTab[ctxt->errNr]; in xmlRelaxNGValidErrorPush()
1839 ctxt->err = &ctxt->errTab[ctxt->errNr - 1]; in xmlRelaxNGValidErrorPop()
[all …]