Home
last modified time | relevance | path

Searched refs:RSF_UNSTRUCTURED (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dcollect.c63 (void) rscheck("check_eoh", hnum, hsize, e, RSF_UNSTRUCTURED|RSF_COUNT,
H A Dsrvrsmtp.c3761 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 Dparseaddr.c3229 if (bitset(RSF_UNSTRUCTURED, flags))
3232 if (bitset(RSF_UNSTRUCTURED, flags))
H A Dheaders.c290 rscheckflags |= RSF_UNSTRUCTURED;
H A Dsendmail.h2025 #define RSF_UNSTRUCTURED 0x0002 /* unstructured, ignore syntax errors */ macro