Postfix3.3.1
|
マクロ定義 | |
#define | NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) |
関数 | |
DSN * | dsn_create (const char *status, const char *action, const char *reason, const char *dtype, const char *dtext, const char *mtype, const char *mname) |
void | dsn_free (DSN *dsn) |
#define NULL_OR_EMPTY | ( | s | ) | ((s) == 0 || *(s) == 0) |
DSN* dsn_create | ( | const char * | status, |
const char * | action, | ||
const char * | reason, | ||
const char * | dtype, | ||
const char * | dtext, | ||
const char * | mtype, | ||
const char * | mname | ||
) |