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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c100 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
105 #define XML_PARSER_NON_LINEAR 10 macro
142 if ((size < XML_PARSER_NON_LINEAR * consumed) &&
143 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
164 if (size * 3 < consumed * XML_PARSER_NON_LINEAR)
/external/libxml2/
H A Dparser.c103 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
108 #define XML_PARSER_NON_LINEAR 10 macro
145 if ((size < XML_PARSER_NON_LINEAR * consumed) &&
146 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
167 if (size * 3 < consumed * XML_PARSER_NON_LINEAR)

Completed in 316 milliseconds