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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c1305 ADDRESS *volatile tochain = NULL; /* users chain in this mailer call */ local
1500 if (tochain != NULL && !bitnset(M_MUSER, m->m_flags))
1744 to->q_tchain = tochain;
1745 tochain = to;
1801 if (tochain == NULL)
1809 for (to = tochain; to != NULL; to = to->q_tchain)
1821 for (to = tochain; to != NULL; to = to->q_tchain)
2050 ** Revert 'tochain' to last location for
2056 tochain = skip_back;
2402 if (m != FileMailer || stat(tochain
[all...]

Completed in 112 milliseconds