Searched refs:XML_PARSER_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
248 #define XML_PARSER_BUFFER_SIZE 100 macro2637 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()2638 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()2653 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()2654 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()2672 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()2675 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()2685 if (nbchars + i + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()2686 growBuffer(buffer, i + XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()2727 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()[all …]