Postfix3.3.1
マクロ定義 | 関数
cleanup_map11.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <dict.h>
#include <mymalloc.h>
#include <stringops.h>
#include <cleanup_user.h>
#include <mail_addr_map.h>
#include <quote_822_local.h>
#include "cleanup.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define MAX_RECURSION   10
 

関数

int cleanup_map11_external (CLEANUP_STATE *state, VSTRING *addr, MAPS *maps, int propagate)
 
int cleanup_map11_tree (CLEANUP_STATE *state, TOK822 *tree, MAPS *maps, int propagate)
 
int cleanup_map11_internal (CLEANUP_STATE *state, VSTRING *addr, MAPS *maps, int propagate)
 

マクロ定義詳解

#define MAX_RECURSION   10

cleanup_map11.c92 行目に定義があります。

#define STR   vstring_str

cleanup_map11.c91 行目に定義があります。

関数詳解

int cleanup_map11_external ( CLEANUP_STATE state,
VSTRING addr,
MAPS maps,
int  propagate 
)

cleanup_map11.c96 行目に定義があります。

int cleanup_map11_internal ( CLEANUP_STATE state,
VSTRING addr,
MAPS maps,
int  propagate 
)

cleanup_map11.c166 行目に定義があります。

int cleanup_map11_tree ( CLEANUP_STATE state,
TOK822 tree,
MAPS maps,
int  propagate 
)

cleanup_map11.c144 行目に定義があります。