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

/sendmail/sendmail/
H A Dusersmtp.c153 mci->mci_flags |= MCIF_ESMTP;
158 mci->mci_flags &= ~MCIF_HELO;
165 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
176 mci->mci_flags |= MCIF_HELO;
189 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
193 mci->mci_flags &= ~MCIF_ESMTP;
229 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
293 mci->mci_flags |= MCIF_ESMTP;
304 mci->mci_flags |= MCIF_8BITOK;
425 else if (bitset(MCIF_HELO, mci->mci_flags))
[all...]
H A Dmime.c319 mci->mci_flags |= MCIF_INMIME;
324 mci->mci_flags &= ~MCIF_INHEADER;
367 mci->mci_flags &= ~MCIF_INMIME;
410 mci->mci_flags |= MCIF_INMIME;
424 mci->mci_flags &= ~MCIF_INMIME;
505 mci->mci_flags) &&
525 mci->mci_flags &= ~MCIF_INHEADER;
529 if (!bitset(MCIF_INLONGLINE, mci->mci_flags))
557 mci->mci_flags &= ~MCIF_INHEADER;
627 mci->mci_flags
[all...]
H A Ddeliver.c2089 else if (bitset(MCIF_ESMTP, mci->mci_flags))
2831 mci->mci_flags |= MCIF_7BIT;
2912 smtpinit(m, mci, e, ONLY_HELO(mci->mci_flags));
2913 CLR_HELO(mci->mci_flags);
2922 if (!bitset(MCIF_DLVR_BY, mci->mci_flags))
2947 !DONE_STARTTLS(mci->mci_flags))
2956 usetls = bitset(MCIF_TLS, mci->mci_flags);
2982 mci->mci_flags |= MCIF_TLSACT;
2995 mci->mci_flags &= ~MCIF_TLS;
3074 mci->mci_flags
[all...]
H A Dmci.c96 if (bitset(MCIF_CACHED, mci->mci_flags))
113 mci->mci_flags |= MCIF_CACHED;
225 mci->mci_flags &= ~MCIF_CACHED;
244 mci->mci_flags = 0;
309 mci->mci_flags &= ~MCIF_EXTENS;
383 host, m->m_name, mci->mci_state, mci->mci_flags,
627 (void) sm_snprintf(p, SPACELEFT(buf, p), "flags=%lx", mci->mci_flags);
639 if (mci->mci_flags != 0)
646 if (!bitset(f->mcif_bit, mci->mci_flags))
H A Dheaders.c1705 if (!bitset(MCIF_INMIME, mci->mci_flags))
1706 mci->mci_flags |= MCIF_INHEADER;
1807 mci->mci_flags) &&
1815 if (bitset(MCIF_INMIME, mci->mci_flags))
1915 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) &&
H A Dutil.c1074 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) ||
1158 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1174 !bitset(MCIF_INLONGLINE, mci->mci_flags))
1195 mci->mci_flags &= ~MCIF_INLONGLINE;
1204 mci->mci_flags |= MCIF_INLONGLINE;
H A Dsavemail.c429 mcibuf.mci_flags |= MCIF_7BIT;
771 if (bitset(MCIF_INHEADER, mci->mci_flags))
775 mci->mci_flags &= ~MCIF_INHEADER;
H A Dsendmail.h669 unsigned long mci_flags; /* flag bits, see below */ variable

Completed in 237 milliseconds