Home
last modified time | relevance | path

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

/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