Home
last modified time | relevance | path

Searched refs:XML_PARSER_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dparser.c194 #define XML_PARSER_BUFFER_SIZE 100 macro
2670 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2671 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2688 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2689 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2706 buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2709 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2720 if (nbchars > buffer_size - i - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2721 growBuffer(buffer, i + XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2749 buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
[all …]
/external/chromium_org/third_party/libxml/src/
Dparser.c191 #define XML_PARSER_BUFFER_SIZE 100 macro
2549 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2550 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2567 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2568 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2585 buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2588 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2599 if (nbchars > buffer_size - i - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2600 growBuffer(buffer, i + XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2628 buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
[all …]