Searched refs:markstats (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | stats.c | 45 markstats(e, to, type) function
|
H A D | collect.c | 922 markstats(e, (ADDRESS *) NULL, STATS_NORMAL);
|
H A D | deliver.c | 94 markstats(e, NULL, STATS_REJECT); 1733 markstats(e, to, STATS_NORMAL); 2183 markstats(e, firstto, STATS_CONNECT); 3610 markstats(e, tochain, STATS_NORMAL);
|
H A D | savemail.c | 702 markstats(ee, NULLADDR, STATS_NORMAL);
|
H A D | sendmail.h | 2532 extern void markstats __P((ENVELOPE *, ADDRESS *, int));
|
H A D | daemon.c | 806 markstats(e, NULL, STATS_CONNECT);
|
H A D | main.c | 2851 markstats(&MainEnvelope, NULL, STATS_QUARANTINE);
|
H A D | parseaddr.c | 3200 markstats(e, &a1, STATS_REJECT);
|
H A D | srvrsmtp.c | 3651 markstats(e, NULL, STATS_QUARANTINE);
|
Completed in 76 milliseconds