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

/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c1990 (void) dropenvelope(&BlankEnvelope, true, false);
2011 (void) dropenvelope(&BlankEnvelope, true, false);
2568 (void) dropenvelope(&MainEnvelope, true, false);
3050 r = dropenvelope(CurEnv, true, false);
H A Ddeliver.c588 (void) dropenvelope(e, splitenv != NULL, true);
593 (void) dropenvelope(ee, false, true);
615 (void) dropenvelope(e, splitenv != NULL, false);
628 (void) dropenvelope(ee, false, false);
775 (void) dropenvelope(e, true, true);
782 (void) dropenvelope(ee, true, true);
H A Denvelope.c172 dropenvelope(e, fulldrop, split) function
192 sm_dprintf("dropenvelope %p: id=", (void *)e);
205 "dropenvelope, e_flags=0x%lx, OpMode=%c, pid=%d",
217 sm_dprintf("dropenvelope: e_id=%s, EF_LOGSENDER=%d, LogLevel=%d\n",
251 sm_dprintf("dropenvelope: mode=%c, e=%p, sibling=%p, nrcpts=%d, sendqueue=%p, next=%p, state=%d\n",
491 sm_dprintf("dropenvelope(%s): sending return receipt\n",
506 sm_dprintf("dropenvelope(%s): saving mail\n", id);
527 sm_dprintf("dropenvelope(%s): sending postmaster copy to %s\n",
544 sm_dprintf("dropenvelope(%s): at simpledrop, queueit=%d\n",
576 updfs(e, -1, panic ? 0 : -1, "dropenvelope");
[all...]
H A Dsrvrsmtp.c721 (void) dropenvelope(e, true, false); \
4372 ** Call dropenvelope if and only if the envelope is *not*
4377 (void) dropenvelope(e, true, false);
4386 (void) dropenvelope(ee, true, false);
4390 (void) dropenvelope(ee, true, false);
H A Dsavemail.c36 ** be preserved by dropenvelope())
718 (void) dropenvelope(ee, true, false);
H A Dsendmail.h1129 extern int dropenvelope __P((ENVELOPE *, bool, bool));
H A Dqueue.c3745 (void) dropenvelope(e, true, false);
3923 (void) dropenvelope(&e, true, false);

Completed in 190 milliseconds