Home
last modified time | relevance | path

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

/external/libxml2/
DparserInternals.c1623 ctxt->inputMax = 5; in xmlInitParserCtxt()
1628 ctxt->inputMax = 0; in xmlInitParserCtxt()
1660 ctxt->inputMax = 0; in xmlInitParserCtxt()
1678 ctxt->inputMax = 0; in xmlInitParserCtxt()
1699 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.c5044 ctxt->inputMax = 0; in htmlInitParserCtxt()
5049 ctxt->inputMax = 5; in htmlInitParserCtxt()
5064 ctxt->inputMax = 0; in htmlInitParserCtxt()
5083 ctxt->inputMax = 0; in htmlInitParserCtxt()
Dparser.c1756 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1757 ctxt->inputMax *= 2; in inputPush()
1760 ctxt->inputMax * in inputPush()
1765 ctxt->inputMax /= 2; in inputPush()
/external/libxml2/include/libxml/
Dparser.h203 int inputMax; /* Max number of input streams */ member
/external/ImageMagick/coders/
Dsvg.c3434 parser->inputMax=parser_context.inputMax; in SVGExternalSubset()
3439 parser->inputMax=5; in SVGExternalSubset()
3457 parser->inputMax=parser_context.inputMax; in SVGExternalSubset()
Dmsl.c7712 parser->inputMax=parser_context.inputMax; in MSLExternalSubset()
7717 parser->inputMax=5; in MSLExternalSubset()
7735 parser->inputMax=parser_context.inputMax; in MSLExternalSubset()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle216 d inputMax like(xmlCint) Max # of in streams