Home
last modified time | relevance | path

Searched refs:e_putbody (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsavemail.c440 !(*e->e_putbody)(&mcibuf, e, NULL) ||
560 ee->e_putbody = errbody;
H A Denvelope.c134 e->e_putbody = putbody;
H A Dsendmail.h1123 bool (*e_putbody)__P((MCI *, ENVELOPE *, char *)); member
H A Dusersmtp.c2798 if (!(*e->e_putbody)(mci, e, NULL))
H A Ddeliver.c4223 ok = (*e->e_putbody)(mci, e, NULL);
6826 !(*e->e_putbody)(&mcibuf, e, NULL) ||
H A Dqueue.c581 (*e->e_putbody)(&mcibuf, e, NULL);
606 e->e_putbody = putbody;
H A Dmain.c537 BlankEnvelope.e_putbody = putbody;