|
Postfix3.3.1
|
データ構造 | |
| struct | DSN |
マクロ定義 | |
| #define | DSN_ASSIGN(dsn, _status, _action, _reason, _dtype, _dtext, _mtype, _mname) |
| #define | DSN_SIMPLE(dsn, _status, _reason) |
| #define | DSN_NO_ACTION "" |
| #define | DSN_NO_DTYPE "" |
| #define | DSN_NO_DTEXT "" |
| #define | DSN_NO_MTYPE "" |
| #define | DSN_NO_MNAME "" |
| #define | DSN_COPY(dsn) |
関数 | |
| DSN * | dsn_create (const char *, const char *, const char *, const char *, const char *, const char *, const char *) |
| void | dsn_free (DSN *) |
| #define DSN_ASSIGN | ( | dsn, | |
| _status, | |||
| _action, | |||
| _reason, | |||
| _dtype, | |||
| _dtext, | |||
| _mtype, | |||
| _mname | |||
| ) |
| #define DSN_COPY | ( | dsn | ) |
| #define DSN_SIMPLE | ( | dsn, | |
| _status, | |||
| _reason | |||
| ) |
| DSN* dsn_create | ( | const char * | , |
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
1.8.9.1