Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <msg.h>
#include <mymalloc.h>
#include <dict.h>
#include <stringops.h>
#include "conv_time.h"
#include "mail_conf.h"
関数 | |
void | check_mail_conf_time (const char *name, int intval, int min, int max) |
int | get_mail_conf_time (const char *name, const char *defval, int min, int max) |
int | get_mail_conf_time2 (const char *name1, const char *name2, int defval, int def_unit, int min, int max) |
void | set_mail_conf_time (const char *name, const char *value) |
void | set_mail_conf_time_int (const char *name, int value) |
void | get_mail_conf_time_table (const CONFIG_TIME_TABLE *table) |
mail_conf_time.c の 122 行目に定義があります。
mail_conf_time.c の 153 行目に定義があります。
int get_mail_conf_time2 | ( | const char * | name1, |
const char * | name2, | ||
int | defval, | ||
int | def_unit, | ||
int | min, | ||
int | max | ||
) |
mail_conf_time.c の 169 行目に定義があります。
void get_mail_conf_time_table | ( | const CONFIG_TIME_TABLE * | table | ) |
mail_conf_time.c の 204 行目に定義があります。
void set_mail_conf_time | ( | const char * | name, |
const char * | value | ||
) |
mail_conf_time.c の 187 行目に定義があります。
void set_mail_conf_time_int | ( | const char * | name, |
int | value | ||
) |
mail_conf_time.c の 194 行目に定義があります。