Searched refs:spaceTab (Results 1 – 4 of 4) sorted by relevance
1679 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1680 ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int)); in xmlInitParserCtxt()1683 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1701 ctxt->spaceTab[0] = -1; in xmlInitParserCtxt()1702 ctxt->space = &ctxt->spaceTab[0]; in xmlInitParserCtxt()1774 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt()
1957 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()1958 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()1964 ctxt->spaceTab = tmp; in spacePush()1966 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()1967 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()1976 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()1978 ctxt->space = &ctxt->spaceTab[0]; in spacePop()1979 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()1980 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()14825 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()[all …]
247 int * spaceTab; /* array of space infos */ member
266 d spaceTab * int *