Postfix3.3.1
データ構造 | 関数
post_mail.c ファイル
#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
 

関数

VSTREAMpost_mail_fopen (const char *sender, const char *recipient, int source_class, int trace_flags, int utf8_flags, VSTRING *queue_id)
 
VSTREAMpost_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)
 

関数詳解

int post_mail_buffer ( VSTREAM cleanup,
const char *  buf,
int  len 
)

post_mail.c431 行目に定義があります。

int post_mail_fclose ( VSTREAM cleanup)

post_mail.c449 行目に定義があります。

void post_mail_fclose_async ( VSTREAM stream,
void(*)(int status, void *context)  notify,
void *  context 
)

post_mail.c519 行目に定義があります。

VSTREAM* post_mail_fopen ( const char *  sender,
const char *  recipient,
int  source_class,
int  trace_flags,
int  utf8_flags,
VSTRING queue_id 
)

post_mail.c279 行目に定義があります。

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.c381 行目に定義があります。

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.c293 行目に定義があります。

int post_mail_fprintf ( VSTREAM cleanup,
const char *  format,
  ... 
)

post_mail.c418 行目に定義があります。

int post_mail_fputs ( VSTREAM cleanup,
const char *  str 
)

post_mail.c439 行目に定義があります。