Searched refs:bounce_cleanup_register (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_cleanup.c13 /* void bounce_cleanup_register(queue_id)
24 /* bounce_cleanup_register() registers a callback routine with the
29 /* bounce_cleanup_register().
31 /* In-between bounce_cleanup_register() and bounce_cleanup_unregister()
39 /* bounce_cleanup_register(); any calls of bounce_cleanup_unregister()
40 /* or bounce_cleanup_log() without preceding bounce_cleanup_register()
137 /* bounce_cleanup_register - register logfile to clean up */
139 void bounce_cleanup_register(char *service, char *queue_id) function
141 const char *myname = "bounce_cleanup_register";
H A Dbounce_service.h62 extern void bounce_cleanup_register(char *, char *);
H A Dbounce.c267 bounce_cleanup_register(service_name, STR(queue_id));
325 bounce_cleanup_register(service_name, STR(queue_id));
389 bounce_cleanup_register(service_name, STR(queue_id));

Completed in 86 milliseconds