Lines Matching refs:spaceTab
1945 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
1946 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1952 ctxt->spaceTab = tmp; in spacePush()
1954 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()
1955 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()
1964 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()
1966 ctxt->space = &ctxt->spaceTab[0]; in spacePop()
1967 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()
1968 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()
15024 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()
15025 ctxt->spaceTab[0] = -1; in xmlCtxtReset()
15026 ctxt->space = &ctxt->spaceTab[0]; in xmlCtxtReset()