Searched refs:MINLEN (Results 1 – 2 of 2) sorted by relevance
104 #define MINLEN 40 macro106 #define MINLEN 4000 macro3258 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()3259 len = MINLEN; in xmlParserInputBufferGrow()3383 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()3384 chunk = 4 * MINLEN; in xmlOutputBufferWrite()3400 if ((out->buffer->use < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()3422 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()3589 if ((out->buffer->use < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()3614 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()[all …]
52 #define MINLEN 2 macro2060 if (tagLen < MINLEN) { in ultag_parse()