|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/socket.h>#include <sys/time.h>#include <unistd.h>#include <signal.h>#include <syslog.h>#include <stdlib.h>#include <limits.h>#include <string.h>#include <errno.h>#include <fcntl.h>#include <stdarg.h>#include <time.h>#include <msg.h>#include <msg_syslog.h>#include <msg_vstream.h>#include <chroot_uid.h>#include <listen.h>#include <events.h>#include <vstring.h>#include <vstream.h>#include <mymalloc.h>#include <iostuff.h>#include <stringops.h>#include <sane_accept.h>#include <myflock.h>#include <safe_open.h>#include <watchdog.h>#include <split_at.h>#include <mail_task.h>#include <debug_process.h>#include <mail_params.h>#include <mail_conf.h>#include <mail_dict.h>#include <timed_ipc.h>#include <resolve_local.h>#include <mail_flow.h>#include <mail_version.h>#include <bounce.h>#include "master_proto.h"#include "mail_server.h"関数 | |
| int | event_server_drain (void) |
| void | event_server_disconnect (VSTREAM *stream) |
| NORETURN | event_server_main (int argc, char **argv, MULTI_SERVER_FN service,...) |
| void event_server_disconnect | ( | VSTREAM * | stream | ) |
event_server.c の 335 行目に定義があります。
| int event_server_drain | ( | void | ) |
event_server.c の 305 行目に定義があります。
| NORETURN event_server_main | ( | int | argc, |
| char ** | argv, | ||
| MULTI_SERVER_FN | service, | ||
| ... | |||
| ) |
event_server.c の 534 行目に定義があります。
1.8.9.1