Postfix3.3.1
データ構造 | マクロ定義 | 関数
scache_single.c ファイル
#include <sys_defs.h>
#include <unistd.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <mymalloc.h>
#include <events.h>
#include <scache.h>

[ソースコード]

データ構造

struct  SCACHE_SINGLE_ENDP
 
struct  SCACHE_SINGLE_DEST
 
struct  SCACHE_SINGLE
 

マクロ定義

#define SCACHE_SINGLE_ENDP_BUSY(sp)   (VSTRING_LEN(sp->endp.endp_label) > 0)
 
#define SCACHE_SINGLE_DEST_BUSY(sp)   (VSTRING_LEN(sp->dest.dest_label) > 0)
 
#define STR(x)   vstring_str(x)
 

関数

SCACHEscache_single_create (void)
 

マクロ定義詳解

#define SCACHE_SINGLE_DEST_BUSY (   sp)    (VSTRING_LEN(sp->dest.dest_label) > 0)

scache_single.c87 行目に定義があります。

#define SCACHE_SINGLE_ENDP_BUSY (   sp)    (VSTRING_LEN(sp->endp.endp_label) > 0)

scache_single.c86 行目に定義があります。

#define STR (   x)    vstring_str(x)

scache_single.c89 行目に定義があります。

関数詳解

SCACHE* scache_single_create ( void  )

scache_single.c292 行目に定義があります。