Searched refs:spaceTab (Results 1 – 4 of 4) sorted by relevance
1675 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1676 ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int)); in xmlInitParserCtxt()1679 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()1697 ctxt->spaceTab[0] = -1; in xmlInitParserCtxt()1698 ctxt->space = &ctxt->spaceTab[0]; in xmlInitParserCtxt()1770 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt()
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()[all …]
247 int * spaceTab; /* array of space infos */ member
264 d spaceTab * int *