Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c372 xmlRelaxNGValidErrorPtr errTab; /* stack of errors */ member
1786 if (ctxt->errTab == NULL) { in xmlRelaxNGValidErrorPush()
1789 ctxt->errTab = in xmlRelaxNGValidErrorPush()
1793 if (ctxt->errTab == NULL) { in xmlRelaxNGValidErrorPush()
1801 ctxt->errTab = in xmlRelaxNGValidErrorPush()
1802 (xmlRelaxNGValidErrorPtr) xmlRealloc(ctxt->errTab, in xmlRelaxNGValidErrorPush()
1806 if (ctxt->errTab == NULL) { in xmlRelaxNGValidErrorPush()
1810 ctxt->err = &ctxt->errTab[ctxt->errNr - 1]; in xmlRelaxNGValidErrorPush()
1815 cur = &ctxt->errTab[ctxt->errNr]; in xmlRelaxNGValidErrorPush()
1854 ctxt->err = &ctxt->errTab[ctxt->errNr - 1]; in xmlRelaxNGValidErrorPop()
[all …]