Searched refs:MCIF_INMIME (Results 1 – 4 of 4) sorted by relevance
318 mci->mci_flags |= MCIF_INMIME;366 mci->mci_flags &= ~MCIF_INMIME;409 mci->mci_flags |= MCIF_INMIME;423 mci->mci_flags &= ~MCIF_INMIME;503 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) &&
568 { MCIF_INMIME, "INMIME" },
715 #define MCIF_INMIME 0x00004000 /* currently reading MIME header */ macro