Postfix3.3.1
マクロ定義 | 関数
verify_clnt.h ファイル
#include <stdarg.h>
#include <deliver_request.h>

[ソースコード]

マクロ定義

#define VRFY_REQ_QUERY   "query"
 
#define VRFY_REQ_UPDATE   "update"
 
#define VRFY_STAT_OK   0
 
#define VRFY_STAT_FAIL   (-1)
 
#define VRFY_STAT_BAD   (-2)
 

関数

int verify_clnt_query (const char *, int *, VSTRING *)
 
int verify_clnt_update (const char *, int, const char *)
 

マクロ定義詳解

#define VRFY_REQ_QUERY   "query"

verify_clnt.h27 行目に定義があります。

#define VRFY_REQ_UPDATE   "update"

verify_clnt.h28 行目に定義があります。

#define VRFY_STAT_BAD   (-2)

verify_clnt.h35 行目に定義があります。

#define VRFY_STAT_FAIL   (-1)

verify_clnt.h34 行目に定義があります。

#define VRFY_STAT_OK   0

verify_clnt.h33 行目に定義があります。

関数詳解

int verify_clnt_query ( const char *  ,
int ,
VSTRING  
)

verify_clnt.c95 行目に定義があります。

int verify_clnt_update ( const char *  ,
int  ,
const char *   
)

verify_clnt.c138 行目に定義があります。