Home
last modified time | relevance | path

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

/external/libxml2/
DparserInternals.c1598 ctxt->inputMax = 5; in xmlInitParserCtxt()
1603 ctxt->inputMax = 0; in xmlInitParserCtxt()
1635 ctxt->inputMax = 0; in xmlInitParserCtxt()
1653 ctxt->inputMax = 0; in xmlInitParserCtxt()
1674 ctxt->inputMax = 0; in xmlInitParserCtxt()
DSAX2.c433 oldinputMax = ctxt->inputMax; in xmlSAX2ExternalSubset()
445 ctxt->inputMax = oldinputMax; in xmlSAX2ExternalSubset()
452 ctxt->inputMax = 5; in xmlSAX2ExternalSubset()
491 ctxt->inputMax = oldinputMax; in xmlSAX2ExternalSubset()
DHTMLparser.c4805 ctxt->inputMax = 0; in htmlInitParserCtxt()
4810 ctxt->inputMax = 5; in htmlInitParserCtxt()
4825 ctxt->inputMax = 0; in htmlInitParserCtxt()
4844 ctxt->inputMax = 0; in htmlInitParserCtxt()
Dparser.c1699 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1700 ctxt->inputMax *= 2; in inputPush()
1703 ctxt->inputMax * in inputPush()
1708 ctxt->inputMax /= 2; in inputPush()
/external/libxml2/include/libxml/
Dparser.h201 int inputMax; /* Max number of input streams */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle213 d inputMax 10i 0 Max # of in streams