Searched refs:spaceTab (Results 1 – 9 of 9) sorted by relevance
1718 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1719 ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int)); in xmlInitParserCtxt()1722 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1740 ctxt->spaceTab[0] = -1; in xmlInitParserCtxt()1741 ctxt->space = &ctxt->spaceTab[0]; in xmlInitParserCtxt()1813 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt()
276 int * spaceTab; /* array of space infos */ member
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()[all …]
6652 if (ctxt->spaceTab != NULL) { in htmlCtxtReset()6653 ctxt->spaceTab[0] = -1; in htmlCtxtReset()6654 ctxt->space = &ctxt->spaceTab[0]; in htmlCtxtReset()
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 *