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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dsavemail.c706 sendall(ee, SM_DELIVER);
H A Dmain.c2894 sendall(e, i >= FastSplit ? SM_QUEUE : SM_DEFAULT);
H A Dsendmail.h1648 /* used only as a parameter to sendall */
2558 extern void sendall __P((ENVELOPE *, int));
H A Dqueue.c3711 sendall(e, SM_DELIVER);
3895 sendall(&e, SM_DELIVER);
7950 ** sendall() does this copying, but I (dm) don't know if that is
H A Ddeliver.c67 sendall(e, mode) function
89 sm_dprintf("sendall: discarding id %s\n", e->e_id);
186 sm_dprintf("sendall: QS_SENDER ");
393 sm_dprintf("sendall: split %s into %s, owner = \"%s\", otherowners = %d\n",
407 sm_dprintf("sendall(split): QS_SENDER ");
483 sm_dprintf("sendall(owner): QS_SENDER ");
550 sm_dprintf("sendall: final mode = %c\n", mode);
665 syserr("%s: sendall: null lockfp", e->e_id);
887 (void) sm_snprintf(wbuf, sizeof(wbuf), "sendall(%.*s)",
1031 syserr("sendall
[all...]
H A Dsrvrsmtp.c3773 sendall(ee, mode);

Completed in 160 milliseconds