|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/stat.h>#include <string.h>#include <msg.h>#include <vstring.h>#include <stringops.h>#include <split_at.h>#include <name_code.h>#include <dict_db.h>#include <dict_dbm.h>#include <dict_cdb.h>#include <dict_lmdb.h>#include <warn_stat.h>#include <mail_params.h>#include <dict_proxy.h>#include <data_redirect.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | LEN(x) VSTRING_LEN(x) |
| #define | PATH_DELIMITER "/" |
| #define | MAP_DELIMITER ":" |
関数 | |
| char * | data_redirect_file (VSTRING *result, const char *path) |
| char * | data_redirect_map (VSTRING *result, const char *map) |
| #define LEN | ( | x | ) | VSTRING_LEN(x) |
data_redirect.c の 87 行目に定義があります。
| #define MAP_DELIMITER ":" |
| #define PATH_DELIMITER "/" |
| #define STR | ( | x | ) | vstring_str(x) |
data_redirect.c の 86 行目に定義があります。
| char* data_redirect_file | ( | VSTRING * | result, |
| const char * | path | ||
| ) |
data_redirect.c の 136 行目に定義があります。
| char* data_redirect_map | ( | VSTRING * | result, |
| const char * | map | ||
| ) |
data_redirect.c の 148 行目に定義があります。
1.8.9.1