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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmime.c320 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,
H A Dheaders.c1691 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) &&
H A Dmci.c570 { MCIF_INMIME, "INMIME" },
H A Dsendmail.h715 #define MCIF_INMIME 0x00004000 /* currently reading MIME header */ macro

Completed in 78 milliseconds