Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_templates.c357 bounce_template_expand(bounce_plain_out, fp, tp); in bounce_templates_expand()
362 bounce_template_expand(bounce_plain_out, fp, tp); in bounce_templates_expand()
367 bounce_template_expand(bounce_plain_out, fp, tp); in bounce_templates_expand()
372 bounce_template_expand(bounce_plain_out, fp, tp); in bounce_templates_expand()
H A Dbounce_template.h62 extern void bounce_template_expand(BOUNCE_XP_PUT_FN, VSTREAM *, BOUNCE_TEMPLATE *);
H A Dbounce_template.c507 void bounce_template_expand(BOUNCE_XP_PUT_FN out_fn, VSTREAM *fp, in bounce_template_expand() function
H A Dbounce_notify_util.c643 bounce_template_expand(post_mail_fputs, bounce, bounce_info->template); in bounce_boilerplate()