Postfix3.3.1
マクロ定義 | 関数
dict_thash.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <ctype.h>
#include <string.h>
#include <msg.h>
#include <iostuff.h>
#include <vstring.h>
#include <stringops.h>
#include <readlline.h>
#include <dict.h>
#include <dict_ht.h>
#include <dict_thash.h>

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define LEN   VSTRING_LEN
 
#define DICT_THASH_OPEN_RETURN(d)
 

関数

DICTdict_thash_open (const char *path, int open_flags, int dict_flags)
 

マクロ定義詳解

#define DICT_THASH_OPEN_RETURN (   d)
値:
do { \
DICT *__d = (d); \
if (fp != 0) \
if (line_buffer != 0) \
vstring_free(line_buffer); \
return (__d); \
} while (0)
int vstream_fclose(VSTREAM *stream)
Definition: vstream.c:1268
struct DICT DICT
VSTRING * vstring_free(VSTRING *vp)
Definition: vstring.c:380
#define LEN   VSTRING_LEN

dict_thash.c60 行目に定義があります。

#define STR   vstring_str

dict_thash.c59 行目に定義があります。

関数詳解

DICT* dict_thash_open ( const char *  path,
int  open_flags,
int  dict_flags 
)

dict_thash.c64 行目に定義があります。