XML_PARSER_NON_LINEAR  142 third_party/libxml/src/parser.c         if ((size < XML_PARSER_NON_LINEAR * consumed) &&
XML_PARSER_NON_LINEAR  143 third_party/libxml/src/parser.c 	    (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
XML_PARSER_NON_LINEAR  164 third_party/libxml/src/parser.c         if (size * 3 < consumed * XML_PARSER_NON_LINEAR)