Lines Matching refs:spaceTab
1986 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
1987 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1993 ctxt->spaceTab = tmp; in spacePush()
1995 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()
1996 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()
2005 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()
2007 ctxt->space = &ctxt->spaceTab[0]; in spacePop()
2008 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()
2009 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()
14859 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()
14860 ctxt->spaceTab[0] = -1; in xmlCtxtReset()
14861 ctxt->space = &ctxt->spaceTab[0]; in xmlCtxtReset()