Home
last modified time | relevance | path

Searched refs:spaceMax (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.c1720 ctxt->spaceMax = 10; in xmlInitParserCtxt()
1734 ctxt->spaceMax = 0; in xmlInitParserCtxt()
1739 ctxt->spaceMax = 10; in xmlInitParserCtxt()
Dparser.in.h275 int spaceMax; /* Max depth of the parsing stack */ member
Dparser.c1982 if (ctxt->spaceNr >= ctxt->spaceMax) { in spacePush()
1985 ctxt->spaceMax *= 2; in spacePush()
1987 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1990 ctxt->spaceMax /=2; in spacePush()
/third_party/libxml2/
DparserInternals.c1693 ctxt->spaceMax = 10; in xmlInitParserCtxt()
1707 ctxt->spaceMax = 0; in xmlInitParserCtxt()
1712 ctxt->spaceMax = 10; in xmlInitParserCtxt()
Dparser.c2009 if (ctxt->spaceNr >= ctxt->spaceMax) { in spacePush()
2012 ctxt->spaceMax *= 2; in spacePush()
2014 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
2017 ctxt->spaceMax /=2; in spacePush()
/third_party/libxml2/include/libxml/
Dparser.h248 int spaceMax; /* Max depth of the parsing stack */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle265 d spaceMax like(xmlCint) Max stack depth