Postfix3.3.1
|
#include <sys_defs.h>
#include <time.h>
#include <msg.h>
#include <vstring.h>
#include <stringops.h>
#include <mail_params.h>
#include <mail_proto.h>
#include <postscreen.h>
マクロ定義 | |
#define | STREQ(x, y) (*(x) == *(y) && strcmp((x), (y)) == 0) |
#define | STREQN(x, y, n) (*(x) == *(y) && strncmp((x), (y), (n)) == 0) |
#define | CONST_LEN(x) (sizeof(x) - 1) |
関数 | |
void | psc_expand_init (void) |
const char * | psc_expand_lookup (const char *name, int unused_mode, void *context) |
変数 | |
VSTRING * | psc_expand_filter |
#define CONST_LEN | ( | x | ) | (sizeof(x) - 1) |
#define STREQ | ( | x, | |
y | |||
) | (*(x) == *(y) && strcmp((x), (y)) == 0) |
#define STREQN | ( | x, | |
y, | |||
n | |||
) | (*(x) == *(y) && strncmp((x), (y), (n)) == 0) |
void psc_expand_init | ( | void | ) |
postscreen_expand.c の 78 行目に定義があります。
const char* psc_expand_lookup | ( | const char * | name, |
int | unused_mode, | ||
void * | context | ||
) |
postscreen_expand.c の 90 行目に定義があります。
VSTRING* psc_expand_filter |
postscreen_expand.c の 74 行目に定義があります。