Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <htable.h>
#include <dict.h>
#include <dict_union.h>
#include <stringops.h>
#include <vstring.h>
データ構造 | |
struct | DICT_UNION |
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | DICT_UNION_RETURN(x) |
関数 | |
DICT * | dict_union_open (const char *name, int open_flags, int dict_flags) |
#define DICT_UNION_RETURN | ( | x | ) |
#define STR | ( | x | ) | vstring_str(x) |
dict_union.c の 69 行目に定義があります。
dict_union.c の 119 行目に定義があります。