Postfix3.3.1
|
#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.c の 98 行目に定義があります。
#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.c の 102 行目に定義があります。
void cleanup_out_format | ( | CLEANUP_STATE * | state, |
int | type, | ||
const char * | fmt, | ||
... | |||
) |
cleanup_out.c の 155 行目に定義があります。
void cleanup_out_header | ( | CLEANUP_STATE * | state, |
VSTRING * | header_buf | ||
) |
cleanup_out.c の 170 行目に定義があります。
void cleanup_out_string | ( | CLEANUP_STATE * | state, |
int | type, | ||
const char * | string | ||
) |
cleanup_out.c の 148 行目に定義があります。