Postfix3.3.1
型定義 | 関数
mail_conf_bool.c ファイル
#include <sys_defs.h>
#include <stdlib.h>
#include <string.h>
#include <msg.h>
#include <dict.h>
#include "mail_conf.h"

[ソースコード]

型定義

typedef int(* stupid_indent_int) (void)
 

関数

int get_mail_conf_bool (const char *name, int defval)
 
int get_mail_conf_bool_fn (const char *name, stupid_indent_int defval)
 
void set_mail_conf_bool (const char *name, int value)
 
void get_mail_conf_bool_table (const CONFIG_BOOL_TABLE *table)
 
void get_mail_conf_bool_fn_table (const CONFIG_BOOL_FN_TABLE *table)
 

型定義詳解

typedef int(* stupid_indent_int) (void)

mail_conf_bool.c117 行目に定義があります。

関数詳解

int get_mail_conf_bool ( const char *  name,
int  defval 
)

mail_conf_bool.c106 行目に定義があります。

int get_mail_conf_bool_fn ( const char *  name,
stupid_indent_int  defval 
)

mail_conf_bool.c119 行目に定義があります。

void get_mail_conf_bool_fn_table ( const CONFIG_BOOL_FN_TABLE table)

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

void get_mail_conf_bool_table ( const CONFIG_BOOL_TABLE table)

mail_conf_bool.c137 行目に定義があります。

void set_mail_conf_bool ( const char *  name,
int  value 
)

mail_conf_bool.c130 行目に定義があります。