Searched refs:XML_PARSER_NON_LINEAR (Results 1 – 2 of 2) sorted by relevance
108 #define XML_PARSER_NON_LINEAR 10 macro145 if ((size < XML_PARSER_NON_LINEAR * consumed) && in xmlParserEntityCheck()146 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed)) in xmlParserEntityCheck()167 if (size * 3 < consumed * XML_PARSER_NON_LINEAR) in xmlParserEntityCheck()
105 #define XML_PARSER_NON_LINEAR 10 macro142 if ((size < XML_PARSER_NON_LINEAR * consumed) && in xmlParserEntityCheck()143 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed)) in xmlParserEntityCheck()164 if (size * 3 < consumed * XML_PARSER_NON_LINEAR) in xmlParserEntityCheck()