Searched refs:MILTER_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
27 #define MILTER_CHUNK_SIZE 65535 /* body chunk size */ macro
460 len = (bodylen >= MILTER_CHUNK_SIZE) ? MILTER_CHUNK_SIZE :
71 increasing the constant MILTER_CHUNK_SIZE in
2797 char buf[MILTER_CHUNK_SIZE];