| mime_state.c | 283 int def_stype; /* default content subtype */ member in struct:MIME_STACK 448 static void mime_state_push(MIME_STATE *state, int def_ctype, int def_stype, 467 stack->def_stype = def_stype; 551 int def_stype; local 614 def_stype = MIME_STYPE_RFC822; 617 def_stype = MIME_STYPE_PLAIN; 638 mime_state_push(state, def_ctype, def_stype, 1102 sp->def_ctype, sp->def_stype,
|