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

  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.h 77 } BOUNCE_TEMPLATES;
79 BOUNCE_TEMPLATES *bounce_templates_create(void);
80 void bounce_templates_free(BOUNCE_TEMPLATES *);
81 void bounce_templates_load(VSTREAM *, BOUNCE_TEMPLATES *);
82 void bounce_templates_expand(VSTREAM *, BOUNCE_TEMPLATES *);
83 void bounce_templates_dump(VSTREAM *, BOUNCE_TEMPLATES *);
bounce_service.h 41 extern int bounce_notify_service(int, char *, char *, char *, char *, int, char *, char *, int, BOUNCE_TEMPLATES *);
46 extern int bounce_warn_service(int, char *, char *, char *, char *, int, char *, char *, int, BOUNCE_TEMPLATES *);
51 extern int bounce_trace_service(int, char *, char *, char *, char *, int, char *, char *, int, BOUNCE_TEMPLATES *);
56 extern int bounce_notify_verp(int, char *, char *, char *, char *, int, char *, char *, int, char *, BOUNCE_TEMPLATES *);
61 extern int bounce_one_service(int, char *, char *, char *, int, char *, char *, int, RCPT_BUF *, DSN_BUF *, BOUNCE_TEMPLATES *);
bounce_templates.c 1 /* $NetBSD: bounce_templates.c,v 1.3 2022/10/08 16:12:45 christos Exp $ */
5 /* bounce_templates 3
18 /* } BOUNCE_TEMPLATES;
20 /* BOUNCE_TEMPLATES *bounce_templates_create(void)
23 /* BOUNCE_TEMPLATES *templates;
27 /* BOUNCE_TEMPLATES *templates;
31 /* BOUNCE_TEMPLATES *templates;
35 /* BOUNCE_TEMPLATES *templates;
231 BOUNCE_TEMPLATES *bounce_templates_create(void)
233 BOUNCE_TEMPLATES *bs
    [all...]
bounce_notify_util_tester.c 49 BOUNCE_TEMPLATES *bounce_templates; local
74 bounce_templates = bounce_templates_create();
77 bounce_templates->failure);
bounce.c 250 BOUNCE_TEMPLATES *bounce_templates; variable
354 BOUNCE_TEMPLATES *))
417 bounce_templates));
495 bounce_templates));
500 STR(verp_delims), bounce_templates));
589 dsn_buf, bounce_templates));
667 BOUNCE_TEMPLATES *templates = (BOUNCE_TEMPLATES *) context;
680 bounce_templates = bounce_templates_create()
    [all...]
bounce_trace_service.c 23 /* BOUNCE_TEMPLATES *templates;
89 BOUNCE_TEMPLATES *ts)
bounce_notify_service.c 23 /* BOUNCE_TEMPLATES *templates;
91 BOUNCE_TEMPLATES *ts)
bounce_notify_verp.c 25 /* BOUNCE_TEMPLATES *templates;
94 char *verp_delims, BOUNCE_TEMPLATES *ts)
bounce_one_service.c 24 /* BOUNCE_TEMPLATES *templates;
91 DSN_BUF *dsn_buf, BOUNCE_TEMPLATES *ts)
bounce_warn_service.c 23 /* BOUNCE_TEMPLATES *ts;
91 BOUNCE_TEMPLATES *ts)

Completed in 15 milliseconds