Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_service.h104 extern int bounce_boilerplate(VSTREAM *, BOUNCE_INFO *);
H A Dbounce_trace_service.c189 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_trace_service()
H A Dbounce_warn_service.c223 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_warn_service()
H A Dbounce_one_service.c200 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_one_service()
H A Dbounce_notify_service.c235 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_notify_service()
H A Dbounce_notify_verp.c181 && bounce_boilerplate(bounce, bounce_info) == 0 in bounce_notify_verp()
H A Dbounce_notify_util.c637 int bounce_boilerplate(VSTREAM *bounce, BOUNCE_INFO *bounce_info) in bounce_boilerplate() function