Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_cleanup.c84 static MSG_CLEANUP_FN bounce_cleanup_func; /* saved callback */ variable
101 if (bounce_cleanup_func) in bounce_cleanup_callback()
102 bounce_cleanup_func(); in bounce_cleanup_callback()
155 bounce_cleanup_func = msg_cleanup(bounce_cleanup_callback); in bounce_cleanup_register()
176 (void) msg_cleanup(bounce_cleanup_func); in bounce_cleanup_unregister()