Postfix3.3.1
マクロ定義 | 関数
bounce_append_service.c ファイル
#include <sys_defs.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <stringops.h>
#include <mail_params.h>
#include <mail_queue.h>
#include <quote_822_local.h>
#include <deliver_flock.h>
#include <mail_proto.h>
#include "bounce_service.h"

[ソースコード]

マクロ定義

#define NOT_NULL_EMPTY(s)   ((s) != 0 && *(s) != 0)
 
#define STR(x)   vstring_str(x)
 

関数

int bounce_append_service (int unused_flags, char *service, char *queue_id, RECIPIENT *rcpt, DSN *dsn)
 

マクロ定義詳解

#define NOT_NULL_EMPTY (   s)    ((s) != 0 && *(s) != 0)
#define STR (   x)    vstring_str(x)

関数詳解

int bounce_append_service ( int  unused_flags,
char *  service,
char *  queue_id,
RECIPIENT rcpt,
DSN dsn 
)

bounce_append_service.c65 行目に定義があります。