Searched refs:bounce_template_create (Results 1 – 3 of 3) sorted by relevance
236 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()
58 extern BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *);
234 BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *prototype) in bounce_template_create() function