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

[ソースコード]

型定義

typedef const char *(* stupid_indent_int) (void)
 

関数

int get_mail_conf_nbool (const char *name, const char *defval)
 
int get_mail_conf_nbool_fn (const char *name, stupid_indent_int defval)
 
void set_mail_conf_nbool (const char *name, const char *value)
 
void get_mail_conf_nbool_table (const CONFIG_NBOOL_TABLE *table)
 
void get_mail_conf_nbool_fn_table (const CONFIG_NBOOL_FN_TABLE *table)
 

型定義詳解

typedef const char*(* stupid_indent_int) (void)

mail_conf_nbool.c120 行目に定義があります。

関数詳解

int get_mail_conf_nbool ( const char *  name,
const char *  defval 
)

mail_conf_nbool.c107 行目に定義があります。

int get_mail_conf_nbool_fn ( const char *  name,
stupid_indent_int  defval 
)

mail_conf_nbool.c122 行目に定義があります。

void get_mail_conf_nbool_fn_table ( const CONFIG_NBOOL_FN_TABLE table)

mail_conf_nbool.c152 行目に定義があります。

void get_mail_conf_nbool_table ( const CONFIG_NBOOL_TABLE table)

mail_conf_nbool.c142 行目に定義があります。

void set_mail_conf_nbool ( const char *  name,
const char *  value 
)

mail_conf_nbool.c135 行目に定義があります。