Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c114 #define XML_PARSER_NON_LINEAR 10 macro
179 if (replacement < XML_PARSER_NON_LINEAR * consumed) in xmlParserEntityCheck()
197 if ((size < XML_PARSER_NON_LINEAR * consumed) && in xmlParserEntityCheck()
198 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed)) in xmlParserEntityCheck()
219 if (size * 3 < consumed * XML_PARSER_NON_LINEAR) in xmlParserEntityCheck()