Postfix3.3.1
|
#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.c の 82 行目に定義があります。
#define STREQ | ( | x, | |
y | |||
) | (strcmp((x), (y)) == 0) |
cleanup_envelope.c の 83 行目に定義があります。
void cleanup_envelope | ( | CLEANUP_STATE * | state, |
int | type, | ||
const char * | str, | ||
ssize_t | len | ||
) |
cleanup_envelope.c の 89 行目に定義があります。