Searched refs:RSF_UNSTRUCTURED (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | collect.c | 63 (void) rscheck("check_eoh", hnum, hsize, e, RSF_UNSTRUCTURED|RSF_COUNT,
|
H A D | srvrsmtp.c | 3761 RSF_UNSTRUCTURED, 3, NULL, NOQID, NULL, NULL)) \ 4054 RSF_RMCOMM|RSF_UNSTRUCTURED|RSF_COUNT, 3, NULL, 4185 (void) rscheck("check_eom", buf, NULL, e, RSF_UNSTRUCTURED|RSF_COUNT,
|
H A D | parseaddr.c | 3229 if (bitset(RSF_UNSTRUCTURED, flags)) 3232 if (bitset(RSF_UNSTRUCTURED, flags))
|
H A D | headers.c | 290 rscheckflags |= RSF_UNSTRUCTURED;
|
H A D | sendmail.h | 2025 #define RSF_UNSTRUCTURED 0x0002 /* unstructured, ignore syntax errors */ macro
|