|
Postfix3.3.1
|
#include <vstream.h>#include <vstring.h>#include <cleanup_user.h>#include <mail_proto.h>#include <smtputf8.h>#include <int_filt.h>マクロ定義 | |
| #define | POST_MAIL_BUFFER(v, b) post_mail_buffer((v), vstring_str(b), VSTRING_LEN(b)) |
型定義 | |
| typedef void(* | POST_MAIL_NOTIFY) (VSTREAM *, void *) |
| typedef void(* | POST_MAIL_FCLOSE_NOTIFY) (int, void *) |
関数 | |
| VSTREAM * | post_mail_fopen (const char *, const char *, int, int, int, VSTRING *) |
| VSTREAM * | post_mail_fopen_nowait (const char *, const char *, int, int, int, VSTRING *) |
| void | post_mail_fopen_async (const char *, const char *, int, int, int, VSTRING *, POST_MAIL_NOTIFY, void *) |
| int | PRINTFLIKE (2, 3) post_mail_fprintf(VSTREAM * |
| int const char int | post_mail_fputs (VSTREAM *, const char *) |
| int | post_mail_buffer (VSTREAM *, const char *, int) |
| int | post_mail_fclose (VSTREAM *) |
| void | post_mail_fclose_async (VSTREAM *, POST_MAIL_FCLOSE_NOTIFY, void *) |
| #define POST_MAIL_BUFFER | ( | v, | |
| b | |||
| ) | post_mail_buffer((v), vstring_str(b), VSTRING_LEN(b)) |
post_mail.h の 42 行目に定義があります。
| typedef void(* POST_MAIL_FCLOSE_NOTIFY) (int, void *) |
post_mail.h の 39 行目に定義があります。
| typedef void(* POST_MAIL_NOTIFY) (VSTREAM *, void *) |
post_mail.h の 31 行目に定義があります。
post_mail.c の 431 行目に定義があります。
post_mail.c の 449 行目に定義があります。
| void post_mail_fclose_async | ( | VSTREAM * | , |
| POST_MAIL_FCLOSE_NOTIFY | , | ||
| void * | |||
| ) |
post_mail.c の 279 行目に定義があります。
| void post_mail_fopen_async | ( | const char * | , |
| const char * | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| VSTRING * | , | ||
| POST_MAIL_NOTIFY | , | ||
| void * | |||
| ) |
post_mail.c の 381 行目に定義があります。
post_mail.c の 293 行目に定義があります。
post_mail.c の 439 行目に定義があります。
| int PRINTFLIKE | ( | 2 | , |
| 3 | |||
| ) |
1.8.9.1