Home
last modified time | relevance | path

Searched refs:inputMax (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.c1652 ctxt->inputMax = 5; in xmlInitParserCtxt()
1657 ctxt->inputMax = 0; in xmlInitParserCtxt()
1689 ctxt->inputMax = 0; in xmlInitParserCtxt()
1707 ctxt->inputMax = 0; in xmlInitParserCtxt()
1728 ctxt->inputMax = 0; in xmlInitParserCtxt()
DSAX2.c462 oldinputMax = ctxt->inputMax; in xmlSAX2ExternalSubset()
474 ctxt->inputMax = oldinputMax; in xmlSAX2ExternalSubset()
481 ctxt->inputMax = 5; in xmlSAX2ExternalSubset()
520 ctxt->inputMax = oldinputMax; in xmlSAX2ExternalSubset()
Dparser.in.h230 int inputMax; /* Max number of input streams */ member
DHTMLparser.c4916 ctxt->inputMax = 0; in htmlInitParserCtxt()
4921 ctxt->inputMax = 5; in htmlInitParserCtxt()
4936 ctxt->inputMax = 0; in htmlInitParserCtxt()
4955 ctxt->inputMax = 0; in htmlInitParserCtxt()
Dparser.c1742 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1743 ctxt->inputMax *= 2; in inputPush()
1746 ctxt->inputMax * in inputPush()
1751 ctxt->inputMax /= 2; in inputPush()
/third_party/libxml2/
DparserInternals.c1625 ctxt->inputMax = 5; in xmlInitParserCtxt()
1630 ctxt->inputMax = 0; in xmlInitParserCtxt()
1662 ctxt->inputMax = 0; in xmlInitParserCtxt()
1680 ctxt->inputMax = 0; in xmlInitParserCtxt()
1701 ctxt->inputMax = 0; in xmlInitParserCtxt()
DSAX2.c434 oldinputMax = ctxt->inputMax; in xmlSAX2ExternalSubset()
446 ctxt->inputMax = oldinputMax; in xmlSAX2ExternalSubset()
453 ctxt->inputMax = 5; in xmlSAX2ExternalSubset()
492 ctxt->inputMax = oldinputMax; in xmlSAX2ExternalSubset()
DHTMLparser.c5058 ctxt->inputMax = 0; in htmlInitParserCtxt()
5063 ctxt->inputMax = 5; in htmlInitParserCtxt()
5078 ctxt->inputMax = 0; in htmlInitParserCtxt()
5097 ctxt->inputMax = 0; in htmlInitParserCtxt()
Dparser.c1758 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1759 ctxt->inputMax *= 2; in inputPush()
1762 ctxt->inputMax * in inputPush()
1767 ctxt->inputMax /= 2; in inputPush()
/third_party/libxml2/include/libxml/
Dparser.h203 int inputMax; /* Max number of input streams */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle216 d inputMax like(xmlCint) Max # of in streams