Postfix3.3.1
マクロ定義 | 関数
cleanup_rewrite.c ファイル
#include <sys_defs.h>
#include <msg.h>
#include <vstring.h>
#include <tok822.h>
#include <rewrite_clnt.h>
#include <quote_822_local.h>
#include "cleanup.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 

関数

int cleanup_rewrite_external (const char *context_name, VSTRING *result, const char *addr)
 
int cleanup_rewrite_tree (const char *context_name, TOK822 *tree)
 
int cleanup_rewrite_internal (const char *context_name, VSTRING *result, const char *addr)
 

マクロ定義詳解

#define STR   vstring_str

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

関数詳解

int cleanup_rewrite_external ( const char *  context_name,
VSTRING result,
const char *  addr 
)

cleanup_rewrite.c84 行目に定義があります。

int cleanup_rewrite_internal ( const char *  context_name,
VSTRING result,
const char *  addr 
)

cleanup_rewrite.c110 行目に定義があります。

int cleanup_rewrite_tree ( const char *  context_name,
TOK822 tree 
)

cleanup_rewrite.c93 行目に定義があります。