Lines Matching refs:spaceTab
1724 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
1725 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1731 ctxt->spaceTab = tmp; in spacePush()
1733 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()
1734 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()
1743 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()
1745 ctxt->space = &ctxt->spaceTab[0]; in spacePop()
1746 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()
1747 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()
13916 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()
13917 ctxt->spaceTab[0] = -1; in xmlCtxtReset()
13918 ctxt->space = &ctxt->spaceTab[0]; in xmlCtxtReset()