HomeSort by: relevance | last modified time | path
    Searched defs:DSN_FILTER (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dsn_filter.h 1 /* $NetBSD: dsn_filter.h,v 1.2 2017/02/14 01:16:45 christos Exp $ */
8 /* dsn_filter 3h
12 /* #include <dsn_filter.h>
19 typedef struct DSN_FILTER DSN_FILTER;
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 *);
dsn_filter.c 1 /* $NetBSD: dsn_filter.c,v 1.2 2017/02/14 01:16:45 christos Exp $ */
5 /* dsn_filter 3
9 /* #include <dsn_filter.h>
11 /* DSN_FILTER *dsn_filter_create(
16 /* DSN_FILTER *fp,
20 /* DSN_FILTER *fp)
90 #include <dsn_filter.h>
95 struct DSN_FILTER {
109 DSN_FILTER *dsn_filter_create(const char *title, const char *map_names)
112 DSN_FILTER *fp
    [all...]

Completed in 60 milliseconds