Postfix3.3.1
マクロ定義 | 関数
smtp_reuse.c ファイル
#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_SESSIONsmtp_reuse_nexthop (SMTP_STATE *state, int name_key_flags)
 
SMTP_SESSIONsmtp_reuse_addr (SMTP_STATE *state, int endp_key_flags)
 

マクロ定義詳解

#define SMTP_REUSE_KEY_DELIM_NA   "\n*"

smtp_reuse.c101 行目に定義があります。

関数詳解

SMTP_SESSION* smtp_reuse_addr ( SMTP_STATE state,
int  endp_key_flags 
)

smtp_reuse.c241 行目に定義があります。

SMTP_SESSION* smtp_reuse_nexthop ( SMTP_STATE state,
int  name_key_flags 
)

smtp_reuse.c208 行目に定義があります。

void smtp_save_session ( SMTP_STATE state,
int  name_key_flags,
int  endp_key_flags 
)

smtp_reuse.c105 行目に定義があります。