|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <unistd.h>#include <string.h>#include <msg.h>#include <mymalloc.h>#include <vstream.h>#include <vstring.h>#include <htable.h>#include <stringops.h>#include <scache.h>#include <mail_params.h>#include <smtp.h>#include <smtp_reuse.h>マクロ定義 | |
| #define | SMTP_REUSE_KEY_DELIM_NA "\n*" |
関数 | |
| void | smtp_save_session (SMTP_STATE *state, int name_key_flags, int endp_key_flags) |
| SMTP_SESSION * | smtp_reuse_nexthop (SMTP_STATE *state, int name_key_flags) |
| SMTP_SESSION * | smtp_reuse_addr (SMTP_STATE *state, int endp_key_flags) |
| #define SMTP_REUSE_KEY_DELIM_NA "\n*" |
smtp_reuse.c の 101 行目に定義があります。
| SMTP_SESSION* smtp_reuse_addr | ( | SMTP_STATE * | state, |
| int | endp_key_flags | ||
| ) |
smtp_reuse.c の 241 行目に定義があります。
| SMTP_SESSION* smtp_reuse_nexthop | ( | SMTP_STATE * | state, |
| int | name_key_flags | ||
| ) |
smtp_reuse.c の 208 行目に定義があります。
| void smtp_save_session | ( | SMTP_STATE * | state, |
| int | name_key_flags, | ||
| int | endp_key_flags | ||
| ) |
smtp_reuse.c の 105 行目に定義があります。
1.8.9.1