Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_entry.c357 && (now = event_time()) >= queue->clog_time_to_warn) { in qmgr_entry_create()
389 queue->clog_time_to_warn = now + var_qmgr_clog_warn_time; in qmgr_entry_create()
H A Dqmgr.h215 time_t clog_time_to_warn; /* time of next warning */ member
H A Dqmgr_queue.c433 queue->clog_time_to_warn = 0; in qmgr_queue_create()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_entry.c418 && (now = event_time()) >= queue->clog_time_to_warn) { in qmgr_entry_create()
450 queue->clog_time_to_warn = now + var_qmgr_clog_warn_time; in qmgr_entry_create()
H A Dqmgr_queue.c429 queue->clog_time_to_warn = 0; in qmgr_queue_create()
H A Dqmgr.h254 time_t clog_time_to_warn; /* time of last warning */ member