Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmsg.c184 static MSG_CLEANUP_FN msg_cleanup_fn = 0; variable
264 if (msg_cleanup_fn) in vmsg_fatal()
265 msg_cleanup_fn(); in vmsg_fatal()
287 if (msg_cleanup_fn) in vmsg_fatal_status()
288 msg_cleanup_fn(); in vmsg_fatal_status()
321 MSG_CLEANUP_FN old_fn = msg_cleanup_fn; in msg_cleanup()
323 msg_cleanup_fn = cleanup_fn; in msg_cleanup()