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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmime_state.c300 int curr_ctype; /* last or default content type */ member in struct:MIME_STATE
351 (ptr)->curr_ctype = (ctype); \
569 state->curr_ctype = MIME_CTYPE_TEXT;
586 state->curr_ctype = MIME_CTYPE_MESSAGE;
605 state->curr_ctype = MIME_CTYPE_MULTIPART;
647 state->curr_ctype = MIME_CTYPE_OTHER;
900 if (state->curr_ctype == MIME_CTYPE_MESSAGE
901 || state->curr_ctype == MIME_CTYPE_MULTIPART)
924 if (state->curr_ctype == MIME_CTYPE_MESSAGE) {
937 } else if (state->curr_ctype
[all...]

Completed in 73 milliseconds