Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.c423 int var_dsn_queue_time; variable
639 if (var_dsn_queue_time > var_max_queue_time) { in qmgr_post_init()
642 var_dsn_queue_time = var_max_queue_time; in qmgr_post_init()
687 VAR_DSN_QUEUE_TIME, DEF_DSN_QUEUE_TIME, &var_dsn_queue_time, 0, 8640000, in main()
H A Dqmgr_active.c456 (*message->sender ? var_max_queue_time : var_dsn_queue_time)) { in qmgr_active_done_25_generic()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.c491 int var_dsn_queue_time; variable
722 if (var_dsn_queue_time > var_max_queue_time) { in qmgr_post_init()
725 var_dsn_queue_time = var_max_queue_time; in qmgr_post_init()
770 VAR_DSN_QUEUE_TIME, DEF_DSN_QUEUE_TIME, &var_dsn_queue_time, 0, 8640000, in main()
H A Dqmgr_active.c456 (*message->sender ? var_max_queue_time : var_dsn_queue_time)) { in qmgr_active_done_25_generic()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.h792 extern int var_dsn_queue_time;