Home
last modified time | relevance | path

Searched refs:BH_TABLE (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dbeen_here.h28 } BH_TABLE; typedef
34 extern BH_TABLE *been_here_init(int, int);
35 extern void been_here_free(BH_TABLE *);
36 extern int been_here_fixed(BH_TABLE *, const char *);
37 extern int PRINTFLIKE(2, 3) been_here(BH_TABLE *, const char *,...);
38 extern int been_here_check_fixed(BH_TABLE *, const char *);
39 extern int PRINTFLIKE(2, 3) been_here_check(BH_TABLE *, const char *,...);
40 extern int been_here_drop_fixed(BH_TABLE *, const char *);
41 extern int PRINTFLIKE(2, 3) been_here_drop(BH_TABLE *, const char *,...);
Dbeen_here.c128 BH_TABLE *been_here_init(int limit, int flags) in been_here_init()
130 BH_TABLE *dup_filter; in been_here_init()
132 dup_filter = (BH_TABLE *) mymalloc(sizeof(*dup_filter)); in been_here_init()
141 void been_here_free(BH_TABLE *dup_filter) in been_here_free()
149 int been_here(BH_TABLE *dup_filter, const char *fmt,...) in been_here()
176 int been_here_fixed(BH_TABLE *dup_filter, const char *string) in been_here_fixed()
218 int been_here_check(BH_TABLE *dup_filter, const char *fmt,...) in been_here_check()
245 int been_here_check_fixed(BH_TABLE *dup_filter, const char *string) in been_here_check_fixed()
280 int been_here_drop(BH_TABLE *dup_filter, const char *fmt,...) in been_here_drop()
307 int been_here_drop_fixed(BH_TABLE *dup_filter, const char *string) in been_here_drop_fixed()
Dmynetworks.c107 BH_TABLE *dup_filter; in mynetworks_core()
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_map1n.c87 BH_TABLE *been_here; in cleanup_map1n_internal()
Dcleanup.h78 BH_TABLE *dups; /* recipient dup filter */
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_dh.c319 BH_TABLE *seen; in setup_auto_groups()
/netbsd/src/external/ibm-public/postfix/dist/src/local/
Dlocal.h113 BH_TABLE *dup_filter; /* internal duplicate filter */
/netbsd/src/external/ibm-public/postfix/dist/src/tlsproxy/
Dtlsproxy.c556 static BH_TABLE *tlsp_params_mismatch_filter; /* per-client nag filter */