Home
last modified time | relevance | path

Searched refs:spaceTab (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
DparserInternals.c1664 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()
1665 ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int)); in xmlInitParserCtxt()
1668 if (ctxt->spaceTab == NULL) { in xmlInitParserCtxt()
1686 ctxt->spaceTab[0] = -1; in xmlInitParserCtxt()
1687 ctxt->space = &ctxt->spaceTab[0]; in xmlInitParserCtxt()
1759 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt()
Dparser.c1943 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
1944 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1950 ctxt->spaceTab = tmp; in spacePush()
1952 ctxt->spaceTab[ctxt->spaceNr] = val; in spacePush()
1953 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr]; in spacePush()
1962 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1]; in spacePop()
1964 ctxt->space = &ctxt->spaceTab[0]; in spacePop()
1965 ret = ctxt->spaceTab[ctxt->spaceNr]; in spacePop()
1966 ctxt->spaceTab[ctxt->spaceNr] = -1; in spacePop()
14930 if (ctxt->spaceTab != NULL) { in xmlCtxtReset()
[all …]
DHTMLparser.c6539 if (ctxt->spaceTab != NULL) { in htmlCtxtReset()
6540 ctxt->spaceTab[0] = -1; in htmlCtxtReset()
6541 ctxt->space = &ctxt->spaceTab[0]; in htmlCtxtReset()
/external/libxml2/include/libxml/
Dparser.h247 int * spaceTab; /* array of space infos */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle263 d spaceTab * int *