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

/freebsd-13-stable/contrib/sendmail/src/
H A Dusersmtp.c159 mci->mci_flags |= MCIF_ESMTP;
174 mci->mci_flags &= ~MCIF_HELO;
181 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
192 mci->mci_flags |= MCIF_HELO;
205 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
209 mci->mci_flags &= ~MCIF_ESMTP;
245 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
306 mci->mci_flags |= MCIF_ESMTP;
317 mci->mci_flags |= MCIF_8BITOK;
438 else if (bitset(MCIF_HELO, mci->mci_flags))
[all...]
H A Dmci.c100 if (bitset(MCIF_CACHED, mci->mci_flags))
117 mci->mci_flags |= MCIF_CACHED;
229 mci->mci_flags &= ~MCIF_CACHED;
248 mci->mci_flags = 0;
314 mci->mci_flags &= ~MCIF_EXTENS;
343 if (bitset(MCIF_AUTHACT, mci->mci_flags))
347 if (bitset(MCIF_TLSACT, mci->mci_flags) && mci->mci_ssl != NULL)
352 mci->mci_flags &= MCIF_CACHED;
395 mci->mci_flags &= ~MCIF_NOTSTICKY;
424 host, m->m_name, mci->mci_state, 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.c2149 else if (bitset(MCIF_ESMTP, mci->mci_flags))
2936 mci->mci_flags |= MCIF_7BIT;
3012 if (DONE_STARTTLS(mci->mci_flags))
3029 smtpinit(m, mci, e, ONLY_HELO(mci->mci_flags));
3030 CLR_HELO(mci->mci_flags);
3039 if (!bitset(MCIF_DLVR_BY, mci->mci_flags))
3065 !DONE_STARTTLS(mci->mci_flags))
3074 usetls = bitset(MCIF_TLS, mci->mci_flags);
3106 mci->mci_flags |= MCIF_TLSACT;
3119 mci->mci_flags
[all...]
H A Dheaders.c1718 if (!bitset(MCIF_INMIME, mci->mci_flags))
1719 mci->mci_flags |= MCIF_INHEADER;
1820 mci->mci_flags) &&
1828 if (bitset(MCIF_INMIME, mci->mci_flags))
1930 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) &&
2190 mci->mci_flags |= MCIF_NOTSTICKY;
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;
820 if (bitset(MCIF_INHEADER, mci->mci_flags))
824 mci->mci_flags &= ~MCIF_INHEADER;
H A Dqueue.c6821 mci->mci_flags |= MCIF_OCC_INCR;
6853 bitset(MCIF_CACHED, mci->mci_flags) ||
6854 !bitset(MCIF_OCC_INCR, mci->mci_flags))
6856 mci->mci_flags &= ~MCIF_OCC_INCR;
H A Dsendmail.h772 unsigned long mci_flags; /* flag bits, see below */ variable

Completed in 203 milliseconds