Postfix3.3.1
データ構造 | マクロ定義 | 関数
dict_union.c ファイル
#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)
 

関数

DICTdict_union_open (const char *name, int open_flags, int dict_flags)
 

マクロ定義詳解

#define DICT_UNION_RETURN (   x)
値:
do { \
if (saved_name != 0) \
myfree(saved_name); \
if (argv != 0) \
argv_free(argv); \
return (x); \
} while (0)
void myfree(void *ptr)
Definition: mymalloc.c:207
ARGV * argv_free(ARGV *argvp)
Definition: argv.c:136
#define STR (   x)    vstring_str(x)

dict_union.c69 行目に定義があります。

関数詳解

DICT* dict_union_open ( const char *  name,
int  open_flags,
int  dict_flags 
)

dict_union.c119 行目に定義があります。