Home
last modified time | relevance | path

Searched refs:MILTER_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/include/libmilter/
H A Dmfdef.h27 #define MILTER_CHUNK_SIZE 65535 /* body chunk size */ macro
/freebsd/contrib/sendmail/libmilter/
H A Dsmfi.c460 len = (bodylen >= MILTER_CHUNK_SIZE) ? MILTER_CHUNK_SIZE :
/freebsd/contrib/sendmail/
H A DKNOWNBUGS71 increasing the constant MILTER_CHUNK_SIZE in
/freebsd/contrib/sendmail/src/
H A Dmilter.c2797 char buf[MILTER_CHUNK_SIZE];