Postfix3.3.1
マクロ定義 | 関数 | 変数
resolve_clnt.c ファイル
#include <sys_defs.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <msg.h>
#include <vstream.h>
#include <vstring.h>
#include <vstring_vstream.h>
#include <events.h>
#include <iostuff.h>
#include "mail_proto.h"
#include "mail_params.h"
#include "clnt_stream.h"
#include "resolve_clnt.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define IFSET(flag, text)   ((reply->flags & (flag)) ? (text) : "")
 

関数

void resolve_clnt_init (RESOLVE_REPLY *reply)
 
void resolve_clnt (const char *class, const char *sender, const char *addr, RESOLVE_REPLY *reply)
 
void resolve_clnt_free (RESOLVE_REPLY *reply)
 

変数

CLNT_STREAMrewrite_clnt_stream
 

マクロ定義詳解

#define IFSET (   flag,
  text 
)    ((reply->flags & (flag)) ? (text) : "")
#define STR   vstring_str

関数詳解

void resolve_clnt ( const char *  class,
const char *  sender,
const char *  addr,
RESOLVE_REPLY reply 
)

resolve_clnt.c157 行目に定義があります。

void resolve_clnt_free ( RESOLVE_REPLY reply)

resolve_clnt.c287 行目に定義があります。

void resolve_clnt_init ( RESOLVE_REPLY reply)

resolve_clnt.c147 行目に定義があります。

変数詳解

CLNT_STREAM* rewrite_clnt_stream

rewrite_clnt.c73 行目に定義があります。