Searched refs:spaceTab (Results 1 – 5 of 5) sorted by relevance
1691 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1692 ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int)); in xmlInitParserCtxt()1695 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1713 ctxt->spaceTab[0] = -1; in xmlInitParserCtxt()1714 ctxt->space = &ctxt->spaceTab[0]; in xmlInitParserCtxt()1785 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt()
2013 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()2014 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()2020 ctxt->spaceTab = tmp; in spacePush()2022 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()2023 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()2032 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()2034 ctxt->space = &ctxt->spaceTab[0]; in spacePop()2035 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()2036 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()14824 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()[all …]
6735 if (ctxt->spaceTab != NULL) { in htmlCtxtReset()6736 ctxt->spaceTab[0] = -1; in htmlCtxtReset()6737 ctxt->space = &ctxt->spaceTab[0]; in htmlCtxtReset()
249 int * spaceTab; /* array of space infos */ member
266 d spaceTab * int *