Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.c1718 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()
Dparser.in.h276 int * spaceTab; /* array of space infos */ member
Dparser.c1986 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 …]
DHTMLparser.c6652 if (ctxt->spaceTab != NULL) { in htmlCtxtReset()
6653 ctxt->spaceTab[0] = -1; in htmlCtxtReset()
6654 ctxt->space = &ctxt->spaceTab[0]; in htmlCtxtReset()
/third_party/libxml2/
DparserInternals.c1691 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()
Dparser.c2013 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 …]
DHTMLparser.c6735 if (ctxt->spaceTab != NULL) { in htmlCtxtReset()
6736 ctxt->spaceTab[0] = -1; in htmlCtxtReset()
6737 ctxt->space = &ctxt->spaceTab[0]; in htmlCtxtReset()
/third_party/libxml2/include/libxml/
Dparser.h249 int * spaceTab; /* array of space infos */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle266 d spaceTab * int *