MINLEN           3132 third_party/libxml/src/xmlIO.c     if ((len <= MINLEN) && (len != 4))
MINLEN           3133 third_party/libxml/src/xmlIO.c         len = MINLEN;
MINLEN           3257 third_party/libxml/src/xmlIO.c 	if (chunk > 4 * MINLEN)
MINLEN           3258 third_party/libxml/src/xmlIO.c 	    chunk = 4 * MINLEN;
MINLEN           3274 third_party/libxml/src/xmlIO.c 	    if ((out->buffer->use < MINLEN) && (chunk == len))
MINLEN           3296 third_party/libxml/src/xmlIO.c 	if ((nbchars < MINLEN) && (len <= 0))
MINLEN           3463 third_party/libxml/src/xmlIO.c 	    if ((out->buffer->use < MINLEN) && (cons == len))
MINLEN           3488 third_party/libxml/src/xmlIO.c 	if ((nbchars < MINLEN) && (len <= 0))
MINLEN           3512 third_party/libxml/src/xmlIO.c 	} else if (out->buffer->size - out->buffer->use < MINLEN) {
MINLEN           3513 third_party/libxml/src/xmlIO.c 	    xmlBufferResize(out->buffer, out->buffer->size + MINLEN);