Home
last modified time | relevance | path

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

/external/libxml2/
DparserInternals.c1613 ctxt->inputMax = 5; in xmlInitParserCtxt()
1618 ctxt->inputMax = 0; in xmlInitParserCtxt()
1650 ctxt->inputMax = 0; in xmlInitParserCtxt()
1668 ctxt->inputMax = 0; in xmlInitParserCtxt()
1689 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()
Dparser.c1713 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1714 ctxt->inputMax *= 2; in inputPush()
1717 ctxt->inputMax * in inputPush()
1722 ctxt->inputMax /= 2; in inputPush()
/external/libxml2/include/libxml/
Dparser.h201 int inputMax; /* Max number of input streams */ member
/external/ImageMagick/coders/
Dsvg.c2746 parser->inputMax=parser_context.inputMax; in SVGExternalSubset()
2751 parser->inputMax=5; in SVGExternalSubset()
2769 parser->inputMax=parser_context.inputMax; in SVGExternalSubset()
Dmsl.c7663 parser->inputMax=parser_context.inputMax; in MSLExternalSubset()
7668 parser->inputMax=5; in MSLExternalSubset()
7686 parser->inputMax=parser_context.inputMax; in MSLExternalSubset()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle216 d inputMax like(xmlCint) Max # of in streams
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2395 uint32_t inputMax = std::max(primaryInputCount, secondaryInputCount); in verify_renderpass_compatibility() local
2396 for (uint32_t i = 0; i < inputMax; ++i) { in verify_renderpass_compatibility()