|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/time.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <msg.h>#include <vstream.h>#include <vstring.h>#include <mymalloc.h>#include <events.h>#include <mail_params.h>#include <record.h>#include <rec_type.h>#include <mail_proto.h>#include <cleanup_user.h>#include <post_mail.h>#include <mail_date.h>データ構造 | |
| struct | POST_MAIL_STATE |
| struct | POST_MAIL_FCLOSE_STATE |
関数 | |
| VSTREAM * | post_mail_fopen (const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id) |
| VSTREAM * | post_mail_fopen_nowait (const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id) |
| void | post_mail_fopen_async (const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id, void(*notify)(VSTREAM *, void *), void *context) |
| int | post_mail_fprintf (VSTREAM *cleanup, const char *format,...) |
| int | post_mail_buffer (VSTREAM *cleanup, const char *buf, int len) |
| int | post_mail_fputs (VSTREAM *cleanup, const char *str) |
| int | post_mail_fclose (VSTREAM *cleanup) |
| void | post_mail_fclose_async (VSTREAM *stream, void(*notify)(int status, void *context), void *context) |
post_mail.c の 431 行目に定義があります。
post_mail.c の 449 行目に定義があります。
| void post_mail_fclose_async | ( | VSTREAM * | stream, |
| void(*)(int status, void *context) | notify, | ||
| void * | context | ||
| ) |
post_mail.c の 519 行目に定義があります。
| VSTREAM* post_mail_fopen | ( | const char * | sender, |
| const char * | recipient, | ||
| int | source_class, | ||
| int | trace_flags, | ||
| int | utf8_flags, | ||
| VSTRING * | queue_id | ||
| ) |
post_mail.c の 279 行目に定義があります。
| void post_mail_fopen_async | ( | const char * | sender, |
| const char * | recipient, | ||
| int | source_class, | ||
| int | trace_flags, | ||
| int | utf8_flags, | ||
| VSTRING * | queue_id, | ||
| void(*)(VSTREAM *, void *) | notify, | ||
| void * | context | ||
| ) |
post_mail.c の 381 行目に定義があります。
| VSTREAM* post_mail_fopen_nowait | ( | const char * | sender, |
| const char * | recipient, | ||
| int | source_class, | ||
| int | trace_flags, | ||
| int | utf8_flags, | ||
| VSTRING * | queue_id | ||
| ) |
post_mail.c の 293 行目に定義があります。
post_mail.c の 418 行目に定義があります。
post_mail.c の 439 行目に定義があります。
1.8.9.1