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