|
Postfix3.3.1
|
#include "sys_defs.h"#include <stdlib.h>#include <stdarg.h>#include <msg.h>#include <mymalloc.h>#include <htable.h>#include <vstring.h>#include <stringops.h>#include "been_here.h"マクロ定義 | |
| #define | STR(x) vstring_str(x) |
関数 | |
| BH_TABLE * | been_here_init (int limit, int flags) |
| void | been_here_free (BH_TABLE *dup_filter) |
| int | been_here (BH_TABLE *dup_filter, const char *fmt,...) |
| int | been_here_fixed (BH_TABLE *dup_filter, const char *string) |
| int | been_here_check (BH_TABLE *dup_filter, const char *fmt,...) |
| int | been_here_check_fixed (BH_TABLE *dup_filter, const char *string) |
| #define STR | ( | x | ) | vstring_str(x) |
been_here.c の 99 行目に定義があります。
been_here.c の 124 行目に定義があります。
been_here.c の 193 行目に定義があります。
been_here.c の 220 行目に定義があります。
been_here.c の 151 行目に定義があります。
| void been_here_free | ( | BH_TABLE * | dup_filter | ) |
been_here.c の 116 行目に定義があります。
been_here.c の 103 行目に定義があります。
1.8.9.1