Searched refs:BH_TABLE (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | been_here.h | 28 } 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 *,...);
|
| D | been_here.c | 128 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()
|
| D | mynetworks.c | 107 BH_TABLE *dup_filter; in mynetworks_core()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_map1n.c | 87 BH_TABLE *been_here; in cleanup_map1n_internal()
|
| D | cleanup.h | 78 BH_TABLE *dups; /* recipient dup filter */
|
| /netbsd/src/external/ibm-public/postfix/dist/src/tls/ |
| D | tls_dh.c | 319 BH_TABLE *seen; in setup_auto_groups()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/local/ |
| D | local.h | 113 BH_TABLE *dup_filter; /* internal duplicate filter */
|
| /netbsd/src/external/ibm-public/postfix/dist/src/tlsproxy/ |
| D | tlsproxy.c | 556 static BH_TABLE *tlsp_params_mismatch_filter; /* per-client nag filter */
|