Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_templates.c236 bs->failure = bounce_template_create(&def_bounce_failure_template); in bounce_templates_create()
237 bs->delay = bounce_template_create(&def_bounce_delay_template); in bounce_templates_create()
238 bs->success = bounce_template_create(&def_bounce_success_template); in bounce_templates_create()
239 bs->verify = bounce_template_create(&def_bounce_verify_template); in bounce_templates_create()
Dbounce_template.h58 extern BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *);
Dbounce_template.c234 BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *prototype) in bounce_template_create() function