Searched refs:MILTER_CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define MILTER_CHUNK_SIZE 65535 /* body chunk size */ macro
463 len = (bodylen >= MILTER_CHUNK_SIZE) ? MILTER_CHUNK_SIZE :
2799 char buf[MILTER_CHUNK_SIZE];