Postfix3.3.1
データ構造 | マクロ定義 | 関数
dict_random.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <myrand.h>
#include <stringops.h>
#include <dict_random.h>

[ソースコード]

データ構造

struct  DICT_RANDOM
 

マクロ定義

#define STR(x)   vstring_str(x)
 
#define DICT_RANDOM_RETURN(x)
 

関数

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

マクロ定義詳解

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

dict_random.c56 行目に定義があります。

関数詳解

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

dict_random.c80 行目に定義があります。