Postfix3.3.1
|
#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) |
関数 | |
SCACHE * | scache_single_create (void) |
#define SCACHE_SINGLE_DEST_BUSY | ( | sp | ) | (VSTRING_LEN(sp->dest.dest_label) > 0) |
scache_single.c の 87 行目に定義があります。
#define SCACHE_SINGLE_ENDP_BUSY | ( | sp | ) | (VSTRING_LEN(sp->endp.endp_label) > 0) |
scache_single.c の 86 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
scache_single.c の 89 行目に定義があります。
SCACHE* scache_single_create | ( | void | ) |
scache_single.c の 292 行目に定義があります。