HomeSort by: relevance | last modified time | path
    Searched defs:option_group (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_mysql.c 159 char *option_group; member in struct:__anon23076
610 if (dict_mysql->option_group && dict_mysql->option_group[0])
611 mysql_options(host->db, MYSQL_READ_DEFAULT_GROUP, dict_mysql->option_group);
703 dict_mysql->option_group = cfg_get_str(p, "option_group", "client", 0, 0);
885 if (dict_mysql->option_group)
886 myfree(dict_mysql->option_group);

Completed in 63 milliseconds