Postfix3.3.1
マクロ定義 | 関数
cleanup_out.c ファイル
#include <sys_defs.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <split_at.h>
#include <stringops.h>
#include <record.h>
#include <rec_type.h>
#include <cleanup_user.h>
#include <mail_params.h>
#include <lex_822.h>
#include <smtputf8.h>
#include "cleanup.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define TEXT_RECORD(t)   ((t) == REC_TYPE_NORM || (t) == REC_TYPE_CONT)
 

関数

void cleanup_out (CLEANUP_STATE *state, int type, const char *string, ssize_t len)
 
void cleanup_out_string (CLEANUP_STATE *state, int type, const char *string)
 
void cleanup_out_format (CLEANUP_STATE *state, int type, const char *fmt,...)
 
void cleanup_out_header (CLEANUP_STATE *state, VSTRING *header_buf)
 

マクロ定義詳解

#define STR   vstring_str

cleanup_out.c98 行目に定義があります。

#define TEXT_RECORD (   t)    ((t) == REC_TYPE_NORM || (t) == REC_TYPE_CONT)

関数詳解

void cleanup_out ( CLEANUP_STATE state,
int  type,
const char *  string,
ssize_t  len 
)

cleanup_out.c102 行目に定義があります。

void cleanup_out_format ( CLEANUP_STATE state,
int  type,
const char *  fmt,
  ... 
)

cleanup_out.c155 行目に定義があります。

void cleanup_out_header ( CLEANUP_STATE state,
VSTRING header_buf 
)

cleanup_out.c170 行目に定義があります。

void cleanup_out_string ( CLEANUP_STATE state,
int  type,
const char *  string 
)

cleanup_out.c148 行目に定義があります。