Lines Matching refs:XML_PARSER_BUFFER_SIZE

248 #define XML_PARSER_BUFFER_SIZE 100  macro
2637 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()
2730 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2739 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2740 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
3705 int size = XML_PARSER_BUFFER_SIZE; in xmlParseEntityValue()
3873 buf_size = XML_PARSER_BUFFER_SIZE; in xmlParseAttValueComplex()
4138 int size = XML_PARSER_BUFFER_SIZE; in xmlParseSystemLiteral()
4227 int size = XML_PARSER_BUFFER_SIZE; in xmlParsePubidLiteral()
4690 size = XML_PARSER_BUFFER_SIZE; in xmlParseCommentComplex()
4814 size_t size = XML_PARSER_BUFFER_SIZE; in xmlParseComment()
4873 size = XML_PARSER_BUFFER_SIZE + nbchar; in xmlParseComment()
4883 size += len + nbchar + XML_PARSER_BUFFER_SIZE; in xmlParseComment()
5095 size_t size = XML_PARSER_BUFFER_SIZE; in xmlParsePI()
9706 int size = XML_PARSER_BUFFER_SIZE; in xmlParseCDSect()