Postfix3.3.1
関数
smtp_map11.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <dict.h>
#include <argv.h>
#include <tok822.h>
#include <mail_addr_map.h>
#include <quote_822_local.h>
#include <smtp.h>

[ソースコード]

関数

int smtp_map11_internal (VSTRING *addr, MAPS *maps, int propagate)
 
int smtp_map11_tree (TOK822 *tree, MAPS *maps, int propagate)
 
int smtp_map11_external (VSTRING *addr, MAPS *maps, int propagate)
 

関数詳解

int smtp_map11_external ( VSTRING addr,
MAPS maps,
int  propagate 
)

smtp_map11.c127 行目に定義があります。

int smtp_map11_internal ( VSTRING addr,
MAPS maps,
int  propagate 
)

smtp_map11.c83 行目に定義があります。

int smtp_map11_tree ( TOK822 tree,
MAPS maps,
int  propagate 
)

smtp_map11.c109 行目に定義があります。