Postfix3.3.1
マクロ定義 | 関数
mail_conf.c ファイル
#include <sys_defs.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <vstring.h>
#include <dict.h>
#include <safe.h>
#include <stringops.h>
#include <readlline.h>
#include "mail_params.h"
#include "mail_conf.h"

[ソースコード]

マクロ定義

#define RECURSIVE   1
 
#define NONRECURSIVE   0
 
#define RECURSIVE   1
 

関数

void mail_conf_checkdir (const char *config_dir)
 
void mail_conf_read (void)
 
void mail_conf_suck (void)
 
void mail_conf_flush (void)
 
const char * mail_conf_eval (const char *string)
 
const char * mail_conf_eval_once (const char *string)
 
const char * mail_conf_lookup (const char *name)
 
const char * mail_conf_lookup_eval (const char *name)
 
void mail_conf_update (const char *key, const char *value)
 

マクロ定義詳解

#define NONRECURSIVE   0
#define RECURSIVE   1
#define RECURSIVE   1

関数詳解

void mail_conf_checkdir ( const char *  config_dir)

mail_conf.c134 行目に定義があります。

const char* mail_conf_eval ( const char *  string)

mail_conf.c237 行目に定義があります。

const char* mail_conf_eval_once ( const char *  string)

mail_conf.c246 行目に定義があります。

void mail_conf_flush ( void  )

mail_conf.c229 行目に定義があります。

const char* mail_conf_lookup ( const char *  name)

mail_conf.c255 行目に定義があります。

const char* mail_conf_lookup_eval ( const char *  name)

mail_conf.c262 行目に定義があります。

void mail_conf_read ( void  )

mail_conf.c178 行目に定義があります。

void mail_conf_suck ( void  )

mail_conf.c186 行目に定義があります。

void mail_conf_update ( const char *  key,
const char *  value 
)

mail_conf.c275 行目に定義があります。