Lines Matching refs:XML_PARSER_BUFFER_SIZE

287 #define XML_PARSER_BUFFER_SIZE 100  macro
2694 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2695 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2710 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2711 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2731 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2734 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2744 if (nbchars + i + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2745 growBuffer(buffer, i + XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2789 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2792 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2801 if (nbchars + XML_PARSER_BUFFER_SIZE > buffer_size) { in xmlStringLenDecodeEntities()
2802 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
3765 int size = XML_PARSER_BUFFER_SIZE; in xmlParseEntityValue()
3933 buf_size = XML_PARSER_BUFFER_SIZE; in xmlParseAttValueComplex()
4200 int size = XML_PARSER_BUFFER_SIZE; in xmlParseSystemLiteral()
4290 int size = XML_PARSER_BUFFER_SIZE; in xmlParsePubidLiteral()
4755 size = XML_PARSER_BUFFER_SIZE; in xmlParseCommentComplex()
4880 size_t size = XML_PARSER_BUFFER_SIZE; in xmlParseComment()
4939 size = XML_PARSER_BUFFER_SIZE + nbchar; in xmlParseComment()
4949 size += len + nbchar + XML_PARSER_BUFFER_SIZE; in xmlParseComment()
5165 size_t size = XML_PARSER_BUFFER_SIZE; in xmlParsePI()
9762 int size = XML_PARSER_BUFFER_SIZE; in xmlParseCDSect()