Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dsmtp_session.c255 static void smtp_report_tx_commit(struct smtp_session *, uint32_t, size_t);
915 smtp_report_tx_commit(s, s->tx->msgid, s->tx->odatalen); in smtp_session_imsg()
3060 smtp_report_tx_commit(struct smtp_session *s, uint32_t msgid, size_t msgsz) in smtp_report_tx_commit() function