Postfix3.3.1
マクロ定義 | 関数
cleanup_masquerade.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <argv.h>
#include <htable.h>
#include <mymalloc.h>
#include <stringops.h>
#include <mail_params.h>
#include <tok822.h>
#include <quote_822_local.h>
#include "cleanup.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 

関数

int cleanup_masquerade_external (CLEANUP_STATE *state, VSTRING *addr, ARGV *masq_domains)
 
int cleanup_masquerade_tree (CLEANUP_STATE *state, TOK822 *tree, ARGV *masq_domains)
 
int cleanup_masquerade_internal (CLEANUP_STATE *state, VSTRING *addr, ARGV *masq_domains)
 

マクロ定義詳解

#define STR   vstring_str

cleanup_masquerade.c73 行目に定義があります。

関数詳解

int cleanup_masquerade_external ( CLEANUP_STATE state,
VSTRING addr,
ARGV masq_domains 
)

cleanup_masquerade.c77 行目に定義があります。

int cleanup_masquerade_internal ( CLEANUP_STATE state,
VSTRING addr,
ARGV masq_domains 
)

cleanup_masquerade.c171 行目に定義があります。

int cleanup_masquerade_tree ( CLEANUP_STATE state,
TOK822 tree,
ARGV masq_domains 
)

cleanup_masquerade.c154 行目に定義があります。