Lines Matching refs:spaceTab
1878 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
1879 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1885 ctxt->spaceTab = tmp; in spacePush()
1887 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()
1888 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()
1897 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()
1899 ctxt->space = &ctxt->spaceTab[0]; in spacePop()
1900 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()
1901 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()
14275 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()
14276 ctxt->spaceTab[0] = -1; in xmlCtxtReset()
14277 ctxt->space = &ctxt->spaceTab[0]; in xmlCtxtReset()