Searched refs:report_smtp_tx_commit (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | report_smtp.c | 215 report_smtp_tx_commit(const char *direction, uint64_t qid, uint32_t msgid, size_t msgsz) in report_smtp_tx_commit() function
|
H A D | smtpd.h | 1556 void report_smtp_tx_commit(const char *, uint64_t, uint32_t, size_t);
|
H A D | mta_session.c | 1866 report_smtp_tx_commit("smtp-out", s->id, msgid, msgsz); in mta_report_tx_commit()
|
H A D | smtp_session.c | 3065 report_smtp_tx_commit("smtp-in", s->id, msgid, msgsz); in smtp_report_tx_commit()
|