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

関数

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

マクロ定義詳解

#define DICT_PIPE_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_pipe.c65 行目に定義があります。

関数詳解

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

dict_pipe.c106 行目に定義があります。