Postfix3.3.1
|
#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_BUF * | rcpb_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.c の 80 行目に定義があります。
void rcpb_free | ( | RCPT_BUF * | rcpt | ) |
rcpt_buf.c の 108 行目に定義があります。
void rcpb_reset | ( | RCPT_BUF * | rcpt | ) |
rcpt_buf.c の 95 行目に定義があります。
int rcpb_scan | ( | ATTR_SCAN_MASTER_FN | scan_fn, |
VSTREAM * | fp, | ||
int | flags, | ||
void * | ptr | ||
) |
rcpt_buf.c の 118 行目に定義があります。