Searched refs:MINLEN (Results 1 – 2 of 2) sorted by relevance
101 #define MINLEN 40 macro103 #define MINLEN 4000 macro3079 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()3080 len = MINLEN; in xmlParserInputBufferGrow()3204 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()3205 chunk = 4 * MINLEN; in xmlOutputBufferWrite()3221 if ((out->buffer->use < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()3243 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()3410 if ((out->buffer->use < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()3435 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()[all …]
44 #define MINLEN 2 macro1684 if (tagLen < MINLEN) { in ultag_parse()