|
Postfix3.3.1
|
マクロ定義 | |
| #define | SMTP_ERR_EOF 1 /* unexpected client disconnect */ |
| #define | SMTP_ERR_TIME 2 /* time out */ |
| #define | SMTP_ERR_QUIET 3 /* silent cleanup (application) */ |
| #define | SMTP_ERR_NONE 4 /* non-error case */ |
| #define | SMTP_ERR_DATA 5 /* application data error */ |
| #define | smtp_timeout_setup(stream, timeout) smtp_stream_setup((stream), (timeout), 0) |
| #define | SMTP_GET_FLAG_NONE 0 |
| #define | SMTP_GET_FLAG_SKIP (1<<0) /* skip over excess input */ |
関数 | |
| void | smtp_stream_setup (VSTREAM *, int, int) |
| void | PRINTFLIKE (2, 3) smtp_printf(VSTREAM * |
| void const char void | smtp_flush (VSTREAM *) |
| int | smtp_fgetc (VSTREAM *) |
| int | smtp_get (VSTRING *, VSTREAM *, ssize_t, int) |
| void | smtp_fputs (const char *, ssize_t len, VSTREAM *) |
| void | smtp_fwrite (const char *, ssize_t len, VSTREAM *) |
| void | smtp_fputc (int, VSTREAM *) |
| void | smtp_vprintf (VSTREAM *, const char *, va_list) |
| #define SMTP_ERR_DATA 5 /* application data error */ |
smtp_stream.h の 34 行目に定義があります。
| #define SMTP_ERR_EOF 1 /* unexpected client disconnect */ |
smtp_stream.h の 30 行目に定義があります。
| #define SMTP_ERR_NONE 4 /* non-error case */ |
smtp_stream.h の 33 行目に定義があります。
| #define SMTP_ERR_QUIET 3 /* silent cleanup (application) */ |
smtp_stream.h の 32 行目に定義があります。
| #define SMTP_ERR_TIME 2 /* time out */ |
smtp_stream.h の 31 行目に定義があります。
| #define SMTP_GET_FLAG_NONE 0 |
smtp_stream.h の 50 行目に定義があります。
| #define SMTP_GET_FLAG_SKIP (1<<0) /* skip over excess input */ |
smtp_stream.h の 51 行目に定義があります。
| #define smtp_timeout_setup | ( | stream, | |
| timeout | |||
| ) | smtp_stream_setup((stream), (timeout), 0) |
smtp_stream.h の 47 行目に定義があります。
| void PRINTFLIKE | ( | 2 | , |
| 3 | |||
| ) |
smtp_stream.c の 283 行目に定義があります。
| void const char void smtp_flush | ( | VSTREAM * | ) |
smtp_stream.c の 228 行目に定義があります。
smtp_stream.c の 432 行目に定義があります。
| void smtp_fputs | ( | const char * | , |
| ssize_t | len, | ||
| VSTREAM * | |||
| ) |
smtp_stream.c の 383 行目に定義があります。
| void smtp_fwrite | ( | const char * | , |
| ssize_t | len, | ||
| VSTREAM * | |||
| ) |
smtp_stream.c の 408 行目に定義があります。
smtp_stream.c の 209 行目に定義があります。
| void smtp_vprintf | ( | VSTREAM * | , |
| const char * | , | ||
| va_list | |||
| ) |
smtp_stream.c の 249 行目に定義があります。
1.8.9.1