Searched refs:XML_PARSER_NON_LINEAR (Results 1 – 1 of 1) sorted by relevance
114 #define XML_PARSER_NON_LINEAR 10 macro179 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()