Postfix3.3.1
型定義 | 関数
mail_conf_int.c ファイル
#include <sys_defs.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <msg.h>
#include <mymalloc.h>
#include <dict.h>
#include <stringops.h>
#include "mail_conf.h"

[ソースコード]

型定義

typedef int(* stupid_indent_int) (void)
 

関数

void check_mail_conf_int (const char *name, int intval, int min, int max)
 
int get_mail_conf_int (const char *name, int defval, int min, int max)
 
int get_mail_conf_int2 (const char *name1, const char *name2, int defval, int min, int max)
 
int get_mail_conf_int_fn (const char *name, stupid_indent_int defval, int min, int max)
 
void set_mail_conf_int (const char *name, int value)
 
void get_mail_conf_int_table (const CONFIG_INT_TABLE *table)
 
void get_mail_conf_int_fn_table (const CONFIG_INT_FN_TABLE *table)
 

型定義詳解

typedef int(* stupid_indent_int) (void)

mail_conf_int.c163 行目に定義があります。

関数詳解

void check_mail_conf_int ( const char *  name,
int  intval,
int  min,
int  max 
)

mail_conf_int.c125 行目に定義があります。

int get_mail_conf_int ( const char *  name,
int  defval,
int  min,
int  max 
)

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

int get_mail_conf_int2 ( const char *  name1,
const char *  name2,
int  defval,
int  min,
int  max 
)

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

int get_mail_conf_int_fn ( const char *  name,
stupid_indent_int  defval,
int  min,
int  max 
)

mail_conf_int.c165 行目に定義があります。

void get_mail_conf_int_fn_table ( const CONFIG_INT_FN_TABLE table)

mail_conf_int.c199 行目に定義があります。

void get_mail_conf_int_table ( const CONFIG_INT_TABLE table)

mail_conf_int.c188 行目に定義があります。

void set_mail_conf_int ( const char *  name,
int  value 
)

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