OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOUNCE_TEMPLATE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.h
1
/* $NetBSD:
bounce_template
.h,v 1.3 2022/10/08 16:12:45 christos Exp $ */
8
/*
bounce_template
3h
12
/* #include <
bounce_template
.h>
24
* supposed to access
BOUNCE_TEMPLATE
attributes directly.
26
typedef struct
BOUNCE_TEMPLATE
{
37
const struct
BOUNCE_TEMPLATE
*prototype; /* defaults */
39
}
BOUNCE_TEMPLATE
;
58
extern
BOUNCE_TEMPLATE
*bounce_template_create(const
BOUNCE_TEMPLATE
*);
59
extern void bounce_template_free(
BOUNCE_TEMPLATE
*);
[
all
...]
bounce_service.h
26
#include <
bounce_template
.h>
83
BOUNCE_TEMPLATE
*template; /* bounce message template */
100
extern BOUNCE_INFO *bounce_mail_init(const char *, const char *, const char *, const char *, int, const char *,
BOUNCE_TEMPLATE
*);
101
extern BOUNCE_INFO *bounce_mail_one_init(const char *, const char *, const char *, int, const char *, RCPT_BUF *, DSN_BUF *,
BOUNCE_TEMPLATE
*);
bounce_template.c
1
/* $NetBSD:
bounce_template
.c,v 1.4 2022/10/08 16:12:45 christos Exp $ */
5
/*
bounce_template
3
9
/* #include <
bounce_template
.h>
11
/*
BOUNCE_TEMPLATE
*bounce_template_create(def_template)
12
/* const
BOUNCE_TEMPLATE
*def_template;
15
/*
BOUNCE_TEMPLATE
*template;
18
/*
BOUNCE_TEMPLATE
*template;
27
/*
BOUNCE_TEMPLATE
*template;
32
/*
BOUNCE_TEMPLATE
*template;
35
/*
BOUNCE_TEMPLATE
*template
[
all
...]
bounce_templates.c
9
/* #include <
bounce_template
.h>
13
/*
BOUNCE_TEMPLATE
*failure;
14
/*
BOUNCE_TEMPLATE
*delay;
15
/*
BOUNCE_TEMPLATE
*success;
16
/*
BOUNCE_TEMPLATE
*verify;
58
/*
bounce_template
(3) bounce template support
97
#include <
bounce_template
.h>
117
static const
BOUNCE_TEMPLATE
def_bounce_failure_template = {
153
static const
BOUNCE_TEMPLATE
def_bounce_delay_template = {
183
static const
BOUNCE_TEMPLATE
def_bounce_success_template =
[
all
...]
bounce_notify_util.c
25
/* const
BOUNCE_TEMPLATE
*template;
38
/* const
BOUNCE_TEMPLATE
*template;
233
BOUNCE_TEMPLATE
*template,
433
BOUNCE_TEMPLATE
*template)
472
BOUNCE_TEMPLATE
*template)
513
BOUNCE_TEMPLATE
*template = bounce_info->template;
Completed in 16 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026