HomeSort by: relevance | last modified time | path
    Searched refs:get_mail_conf_nint_fn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_conf_nint.c 17 /* int get_mail_conf_nint_fn(name, defval, min, max);
55 /* get_mail_conf_nint_fn() is similar but specifies a function that
168 /* get_mail_conf_nint_fn - evaluate integer-valued configuration variable */
172 int get_mail_conf_nint_fn(const char *name, stupid_indent_int defval, function
180 msg_panic("get_mail_conf_nint_fn: parameter not found: %s", name);
230 table->target[0] = get_mail_conf_nint_fn(table->name, table->defval,
mail_conf.h 78 extern int get_mail_conf_nint_fn(const char *, const char *(*) (void), int, int);

Completed in 30 milliseconds