HomeSort by: relevance | last modified time | path
    Searched defs:static_flags (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mime_state.c 317 int static_flags; /* static processing options */ member in struct:MIME_STATE
520 state->static_flags = flags;
634 if (state->static_flags & MIME_OPT_REPORT_NESTING)
803 if (state->static_flags & MIME_OPT_REPORT_TRUNC_HEADER)
814 if (state->static_flags & MIME_OPT_REPORT_TRUNC_HEADER)
834 if (!(state->static_flags & MIME_OPT_DISABLE_MIME)
841 if ((state->static_flags & MIME_OPT_REPORT_8BIT_IN_HEADER) != 0
854 || (state->static_flags & MIME_OPT_DOWNGRADE) == 0
902 if ((state->static_flags & MIME_OPT_DOWNGRADE)
928 if (state->static_flags & MIME_OPT_REPORT_ENCODING_DOMAIN)
    [all...]

Completed in 50 milliseconds