Searched refs:spaceTab (Results 1 – 5 of 5) sorted by relevance
1689 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1690 ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int)); in xmlInitParserCtxt()1693 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1711 ctxt->spaceTab[0] = -1; in xmlInitParserCtxt()1712 ctxt->space = &ctxt->spaceTab[0]; in xmlInitParserCtxt()1784 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()14830 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()[all …]
6623 if (ctxt->spaceTab != NULL) { in htmlCtxtReset()6624 ctxt->spaceTab[0] = -1; in htmlCtxtReset()6625 ctxt->space = &ctxt->spaceTab[0]; in htmlCtxtReset()
247 int * spaceTab; /* array of space infos */ member
266 d spaceTab * int *