Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmsg_stats_print.c66 SEND_ATTR_DATA(MAIL_ATTR_TIME, sizeof(MSG_STATS), ptr), in msg_stats_print()
H A Dmsg_stats_scan.c78 RECV_ATTR_DATA(MAIL_ATTR_TIME, buf), in msg_stats_scan()
H A Dmail_proto.h164 #define MAIL_ATTR_TIME "time" macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/postqueue/
H A Dshowq_compat.c116 RECV_ATTR_LONG(MAIL_ATTR_TIME, &arrival_time), in showq_message()
H A Dshowq_json.c157 RECV_ATTR_LONG(MAIL_ATTR_TIME, &arrival_time), in format_json()
/dports/mail/postfix-current/postfix-3.7-20211107/src/showq/
H A Dshowq.c241 SEND_ATTR_LONG(MAIL_ATTR_TIME, arrival_time > 0 ? in showq_report()