Home
last modified time | relevance | path

Searched refs:MILTER_OPTLEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/libmilter/
H A Dengine.c504 SM_ASSERT(len + MILTER_OPTLEN > len);
505 len += MILTER_OPTLEN;
509 (void) memcpy(buffer, buf, MILTER_OPTLEN);
510 offset = MILTER_OPTLEN;
537 len = MILTER_OPTLEN;
693 char buf[MILTER_OPTLEN];
864 if (g->a_len < MILTER_OPTLEN)
870 MILTER_OPTLEN);
/freebsd/contrib/sendmail/include/libmilter/
H A Dmfdef.h26 #define MILTER_OPTLEN (MILTER_LEN_BYTES * 3) /* length of options */ macro
/freebsd/contrib/sendmail/src/
H A Dmilter.c2405 char data[MILTER_OPTLEN];
2495 if (rlen < MILTER_OPTLEN)
2604 if (rlen > MILTER_OPTLEN)
2606 milter_getsymlist(m, response, rlen, MILTER_OPTLEN);