Postfix3.3.1
マクロ定義 | 関数
rcpt_buf.c ファイル
#include <sys_defs.h>
#include <mymalloc.h>
#include <vstring.h>
#include <vstream.h>
#include <mail_proto.h>
#include <rcpt_buf.h>

[ソースコード]

マクロ定義

#define BUF_TRUNCATE(s)   (vstring_str(s)[0] = 0)
 

関数

RCPT_BUFrcpb_create (void)
 
void rcpb_reset (RCPT_BUF *rcpt)
 
void rcpb_free (RCPT_BUF *rcpt)
 
int rcpb_scan (ATTR_SCAN_MASTER_FN scan_fn, VSTREAM *fp, int flags, void *ptr)
 

マクロ定義詳解

#define BUF_TRUNCATE (   s)    (vstring_str(s)[0] = 0)

関数詳解

RCPT_BUF* rcpb_create ( void  )

rcpt_buf.c80 行目に定義があります。

void rcpb_free ( RCPT_BUF rcpt)

rcpt_buf.c108 行目に定義があります。

void rcpb_reset ( RCPT_BUF rcpt)

rcpt_buf.c95 行目に定義があります。

int rcpb_scan ( ATTR_SCAN_MASTER_FN  scan_fn,
VSTREAM fp,
int  flags,
void *  ptr 
)

rcpt_buf.c118 行目に定義があります。