• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/sendmail/src/

Lines Matching refs:e_parent

151 		if (e->e_parent != NULL &&
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
722 if (ee->e_parent == NULL ||
723 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
826 if (e->e_parent == NULL)
858 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
865 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
880 arpadate(ctime(&e->e_parent->e_ctime)));
883 expand("from \201_", buf, sizeof(buf), e->e_parent);
888 if (pm_notify && e->e_parent->e_id != NULL)
891 e->e_parent->e_id);
903 !bitset(EF_SENDRECEIPT, e->e_parent->e_flags))
952 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
994 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1029 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1086 if (e->e_parent->e_xfp == NULL)
1097 (void) bfrewind(e->e_parent->e_xfp);
1100 while ((blen = sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT,
1124 !putline(e->e_parent->e_smtputf8
1138 if (e->e_parent->e_envid != NULL)
1142 xuntextify(e->e_parent->e_envid));
1159 if (e->e_parent->e_from.q_mailer == NULL ||
1160 (p = e->e_parent->e_from.q_mailer->m_mtatype) == NULL)
1171 arpadate(ctime(&e->e_parent->e_ctime)));
1176 if (IS_DLVR_BY(e->e_parent))
1180 dbyd = e->e_parent->e_ctime + e->e_parent->e_deliver_by;
1192 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1398 xdate = e->e_parent->e_ctime +
1399 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
1416 if (bitset(EF_HAS_DF, e->e_parent->e_flags))
1418 sendbody = !bitset(EF_NO_BODY_RETN, e->e_parent->e_flags) &&
1440 if (e->e_parent->e_smtputf8)
1458 e->e_parent->e_header);
1462 bitset(EF_HAS8BIT, e->e_parent->e_flags))
1476 if (!putheader(mci, e->e_parent->e_header, e->e_parent,
1482 if (!putbody(mci, e->e_parent, e->e_msgboundary))