Searched refs:MIME_HDR_FIRST (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dheader_body_checks.h23 #ifndef MIME_HDR_FIRST
24 #define MIME_HDR_FIRST (1) macro
67 #define HBC_HEADER_SIZE (MIME_HDR_LAST - MIME_HDR_FIRST + 1)
H A Dmime_state.h79 #define MIME_HDR_FIRST (1) /* first class */ macro
H A Dheader_body_checks.c138 /* A number in the range MIME_HDR_FIRST..MIME_HDR_LAST.
199 #define HBC_HEADER_INDEX(class) ((class) - MIME_HDR_FIRST)
375 + (MIME_HDR_LAST - MIME_HDR_FIRST) * sizeof(HBC_MAP_INFO));

Completed in 66 milliseconds