Postfix3.3.1
マクロ定義 | 関数
cleanup_body_edit.c ファイル
#include <sys_defs.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <vstring.h>
#include <rec_type.h>
#include <record.h>
#include <cleanup.h>

[ソースコード]

マクロ定義

#define LEN(s)   VSTRING_LEN(s)
 

関数

int cleanup_body_edit_start (CLEANUP_STATE *state)
 
int cleanup_body_edit_write (CLEANUP_STATE *state, int rec_type, VSTRING *buf)
 
int cleanup_body_edit_finish (CLEANUP_STATE *state)
 

マクロ定義詳解

#define LEN (   s)    VSTRING_LEN(s)

cleanup_body_edit.c88 行目に定義があります。

関数詳解

int cleanup_body_edit_finish ( CLEANUP_STATE state)

cleanup_body_edit.c218 行目に定義があります。

int cleanup_body_edit_start ( CLEANUP_STATE state)

cleanup_body_edit.c94 行目に定義があります。

int cleanup_body_edit_write ( CLEANUP_STATE state,
int  rec_type,
VSTRING buf 
)

cleanup_body_edit.c153 行目に定義があります。