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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c96 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
101 #define XML_PARSER_NON_LINEAR 10 macro
138 if ((size < XML_PARSER_NON_LINEAR * consumed) &&
139 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
160 if (size * 3 < consumed * XML_PARSER_NON_LINEAR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c96 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
101 #define XML_PARSER_NON_LINEAR 10 macro
138 if ((size < XML_PARSER_NON_LINEAR * consumed) &&
139 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
160 if (size * 3 < consumed * XML_PARSER_NON_LINEAR)

Completed in 147 milliseconds