Postfix3.3.1
マクロ定義 | 関数
cleanup_envelope.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <mymalloc.h>
#include <stringops.h>
#include <nvtable.h>
#include <record.h>
#include <rec_type.h>
#include <cleanup_user.h>
#include <qmgr_user.h>
#include <mail_params.h>
#include <verp_sender.h>
#include <mail_proto.h>
#include <dsn_mask.h>
#include <rec_attr_map.h>
#include <smtputf8.h>
#include <deliver_request.h>
#include "cleanup.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define STREQ(x, y)   (strcmp((x), (y)) == 0)
 

関数

void cleanup_envelope (CLEANUP_STATE *state, int type, const char *str, ssize_t len)
 

マクロ定義詳解

#define STR   vstring_str

cleanup_envelope.c82 行目に定義があります。

#define STREQ (   x,
 
)    (strcmp((x), (y)) == 0)

cleanup_envelope.c83 行目に定義があります。

関数詳解

void cleanup_envelope ( CLEANUP_STATE state,
int  type,
const char *  str,
ssize_t  len 
)

cleanup_envelope.c89 行目に定義があります。