Postfix3.3.1
マクロ定義 | 関数 | 変数
scache.c ファイル
#include <sys_defs.h>
#include <time.h>
#include <msg.h>
#include <iostuff.h>
#include <htable.h>
#include <ring.h>
#include <events.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mail_proto.h>
#include <scache.h>
#include <mail_server.h>
#include <mail_conf.h>

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 
#define VSTREQ(x, y)   (strcmp(STR(x),y) == 0)
 

関数

int main (int argc, char **argv)
 

変数

int var_scache_ttl_lim
 
int var_scache_stat_time
 
time_t scache_start_time
 
 MAIL_VERSION_STAMP_DECLARE
 

マクロ定義詳解

#define STR (   x)    vstring_str(x)

scache.c218 行目に定義があります。

#define VSTREQ (   x,
 
)    (strcmp(STR(x),y) == 0)

scache.c219 行目に定義があります。

関数詳解

int main ( int  argc,
char **  argv 
)

scache.c549 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

scache.c545 行目に定義があります。

time_t scache_start_time

scache.c213 行目に定義があります。

int var_scache_stat_time

scache.c182 行目に定義があります。

int var_scache_ttl_lim

scache.c181 行目に定義があります。