Searched refs:inputMax (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A DparserInternals.c1636 ctxt->inputMax = 5;
1641 ctxt->inputMax = 0;
1673 ctxt->inputMax = 0;
1691 ctxt->inputMax = 0;
1712 ctxt->inputMax = 0;
H A DSAX2.c415 oldinputMax = ctxt->inputMax;
425 ctxt->inputMax = oldinputMax;
431 ctxt->inputMax = 5;
470 ctxt->inputMax = oldinputMax;
H A DHTMLparser.c4733 ctxt->inputMax = 0;
4738 ctxt->inputMax = 5;
4753 ctxt->inputMax = 0;
4772 ctxt->inputMax = 0;
H A Dparser.c1634 if (ctxt->inputNr >= ctxt->inputMax) {
1635 ctxt->inputMax *= 2;
1638 ctxt->inputMax *
1643 ctxt->inputMax /= 2;
/external/libxml2/include/libxml/
H A Dparser.h201 int inputMax; /* Max number of input streams */ member in struct:_xmlParserCtxt

Completed in 83 milliseconds