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

/external/libxml2/
H A Dparser.c109 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
114 #define XML_PARSER_NON_LINEAR 10 macro
179 if (replacement < XML_PARSER_NON_LINEAR * consumed)
197 if ((size < XML_PARSER_NON_LINEAR * consumed) &&
198 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
219 if (size * 3 < consumed * XML_PARSER_NON_LINEAR)

Completed in 152 milliseconds