Home | History | Annotate | Download | only in libxml2

Lines Matching refs:buffer_size

3729     buffer_size *= 2;							\
3731 xmlRealloc(buffer, buffer_size * sizeof(xmlChar*)); \
3742 int buffer_size = 0;
3757 buffer_size = 1000;
3758 buffer = (xmlChar **) xmlMalloc(buffer_size * sizeof(xmlChar*));
3766 if (out - buffer > buffer_size - 10) {