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

  /src/external/ibm-public/postfix/dist/src/global/
mail_conf_nint.c 37 /* int get_mail_conf_nint2(name1, name2, defval, min, max);
67 /* get_mail_conf_nint2() concatenates the two names and is otherwise
150 /* get_mail_conf_nint2 - evaluate integer-valued configuration variable */
152 int get_mail_conf_nint2(const char *name1, const char *name2, int defval, function
162 msg_panic("get_mail_conf_nint2: parameter not found: %s", name);
mail_conf.h 65 extern int get_mail_conf_nint2(const char *, const char *, int, int, int);

Completed in 29 milliseconds