Searched refs:MCIF_INMIME (Results 1 – 4 of 4) sorted by relevance
320 mci->mci_flags |= MCIF_INMIME;368 mci->mci_flags &= ~MCIF_INMIME;411 mci->mci_flags |= MCIF_INMIME;425 mci->mci_flags &= ~MCIF_INMIME;505 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,
1691 if (!bitset(MCIF_INMIME, mci->mci_flags))1792 bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME,1801 if (bitset(MCIF_INMIME, mci->mci_flags))1901 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) &&
570 { MCIF_INMIME, "INMIME" },
715 #define MCIF_INMIME 0x00004000 /* currently reading MIME header */ macro