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

  /src/external/ibm-public/postfix/dist/src/global/
mail_conf_nint.c 11 /* int get_mail_conf_nint(name, defval, min, max);
48 /* get_mail_conf_nint() looks up the named entry in the global
68 /* identical to get_mail_conf_nint().
136 /* get_mail_conf_nint - evaluate integer-valued configuration variable */
138 int get_mail_conf_nint(const char *name, const char *defval, int min, int max) function
145 msg_panic("get_mail_conf_nint: parameter not found: %s", name);
219 table->target[0] = get_mail_conf_nint(table->name, table->defval,
mail_conf.h 57 extern int get_mail_conf_nint(const char *, const char *, int, int);

Completed in 15 milliseconds