Postfix3.3.1
データ構造 | マクロ定義 | 関数
scache_clnt.c ファイル
#include <sys_defs.h>
#include <errno.h>
#include <msg.h>
#include <mymalloc.h>
#include <auto_clnt.h>
#include <stringops.h>
#include <mail_proto.h>
#include <mail_params.h>
#include <scache.h>

[ソースコード]

データ構造

struct  SCACHE_CLNT
 

マクロ定義

#define STR(x)   vstring_str(x)
 
#define SCACHE_MAX_TRIES   2
 

関数

SCACHEscache_clnt_create (const char *server, int timeout, int idle_limit, int ttl_limit)
 

マクロ定義詳解

#define SCACHE_MAX_TRIES   2

scache_clnt.c81 行目に定義があります。

#define STR (   x)    vstring_str(x)

scache_clnt.c79 行目に定義があります。

関数詳解

SCACHE* scache_clnt_create ( const char *  server,
int  timeout,
int  idle_limit,
int  ttl_limit 
)

scache_clnt.c404 行目に定義があります。