Postfix3.3.1
|
#include <sys_defs.h>
#include <netinet/in.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include <fcntl.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstring.h>
#include <vstream.h>
#include <argv.h>
#include <stringops.h>
#include <readlline.h>
#include <inet_addr_list.h>
#include <host_port.h>
#include <inet_addr_host.h>
#include <sock_addr.h>
#include <inet_proto.h>
#include <match_service.h>
#include <mail_proto.h>
#include <mail_params.h>
#include <own_inet_addr.h>
#include <wildcard_inet_addr.h>
#include <mail_conf.h>
#include "master_proto.h"
#include "master.h"
マクロ定義 | |
#define | STR_SAME !strcmp |
関数 | |
void | fset_master_ent (char *path) |
void | set_master_ent () |
void | end_master_ent () |
MASTER_SERV * | get_master_ent () |
void | print_master_ent (MASTER_SERV *serv) |
void | free_master_ent (MASTER_SERV *serv) |
#define STR_SAME !strcmp |
void end_master_ent | ( | void | ) |
master_ent.c の 153 行目に定義があります。
void free_master_ent | ( | MASTER_SERV * | serv | ) |
master_ent.c の 614 行目に定義があります。
void fset_master_ent | ( | char * | path | ) |
master_ent.c の 116 行目に定義があります。
MASTER_SERV* get_master_ent | ( | void | ) |
master_ent.c の 256 行目に定義があります。
void print_master_ent | ( | MASTER_SERV * | serv | ) |
master_ent.c の 582 行目に定義があります。
void set_master_ent | ( | void | ) |
master_ent.c の 125 行目に定義があります。