HomeSort by: relevance | last modified time | path
    Searched refs:bounce_template_create (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.h 58 extern BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *);
bounce_templates.c 236 bs->failure = bounce_template_create(&def_bounce_failure_template);
237 bs->delay = bounce_template_create(&def_bounce_delay_template);
238 bs->success = bounce_template_create(&def_bounce_success_template);
239 bs->verify = bounce_template_create(&def_bounce_verify_template);
bounce_template.c 11 /* BOUNCE_TEMPLATE *bounce_template_create(def_template)
56 /* bounce_template_create() creates a template, with the
66 /* bounce_template_create().
232 /* bounce_template_create - create one template */
234 BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *prototype) function

Completed in 40 milliseconds