Home
last modified time | relevance | path

Searched refs:DSN_FILTER (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn_filter.h19 typedef struct DSN_FILTER DSN_FILTER; typedef
21 extern DSN_FILTER *dsn_filter_create(const char *, const char *);
22 extern DSN *dsn_filter_lookup(DSN_FILTER *, DSN *);
23 extern void dsn_filter_free(DSN_FILTER *);
H A Ddsn_filter.c95 struct DSN_FILTER { struct
109 DSN_FILTER *dsn_filter_create(const char *title, const char *map_names) in dsn_filter_create() argument
112 DSN_FILTER *fp; in dsn_filter_create()
117 fp = (DSN_FILTER *) mymalloc(sizeof(*fp)); in dsn_filter_create()
125 DSN *dsn_filter_lookup(DSN_FILTER *fp, DSN *dsn) in dsn_filter_lookup()
186 void dsn_filter_free(DSN_FILTER *fp) in dsn_filter_free()
H A Dbounce.h79 extern DSN_FILTER *delivery_status_filter;
H A Dbounce.c225 DSN_FILTER *delivery_status_filter;