Lines Matching refs:XML_PARSER_BUFFER_SIZE
194 #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()
2752 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
2762 if (nbchars > buffer_size - XML_PARSER_BUFFER_SIZE) { in xmlStringLenDecodeEntities()
2763 growBuffer(buffer, XML_PARSER_BUFFER_SIZE); in xmlStringLenDecodeEntities()
3627 int size = XML_PARSER_BUFFER_SIZE; in xmlParseEntityValue()
3789 buf_size = XML_PARSER_BUFFER_SIZE; in xmlParseAttValueComplex()
4016 int size = XML_PARSER_BUFFER_SIZE; in xmlParseSystemLiteral()
4094 int size = XML_PARSER_BUFFER_SIZE; in xmlParsePubidLiteral()
4550 size = XML_PARSER_BUFFER_SIZE; in xmlParseCommentComplex()
4659 int size = XML_PARSER_BUFFER_SIZE; in xmlParseComment()
4717 size = XML_PARSER_BUFFER_SIZE + nbchar; in xmlParseComment()
4727 size += len + nbchar + XML_PARSER_BUFFER_SIZE; in xmlParseComment()
4925 int size = XML_PARSER_BUFFER_SIZE; in xmlParsePI()
9382 int size = XML_PARSER_BUFFER_SIZE; in xmlParseCDSect()