Postfix3.3.1
|
#include <sys_defs.h>
#include <errno.h>
#include <unistd.h>
#include <msg.h>
#include <mymalloc.h>
#include <stringops.h>
#include <vstring.h>
#include <vstream.h>
#include <attr.h>
#include <dict.h>
#include <mail_proto.h>
#include <mail_params.h>
#include <clnt_stream.h>
#include <dict_proxy.h>
データ構造 | |
struct | DICT_PROXY |
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | VSTREQ(v, s) (strcmp(STR(v),s) == 0) |
関数 | |
DICT * | dict_proxy_open (const char *map, int open_flags, int dict_flags) |
#define STR | ( | x | ) | vstring_str(x) |
dict_proxy.c の 83 行目に定義があります。
#define VSTREQ | ( | v, | |
s | |||
) | (strcmp(STR(v),s) == 0) |
dict_proxy.c の 84 行目に定義があります。
dict_proxy.c の 396 行目に定義があります。