Searched refs:XML_PARSER_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
194 #define XML_PARSER_BUFFER_SIZE 100 macro2670 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 …]
191 #define XML_PARSER_BUFFER_SIZE 100 macro2549 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 …]