Searched defs:option_file (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-sql/
H A Ddriver-mysql.c36 const char *option_file, *option_group; member in struct:mysql_db
93 /* assume option_file overrides the host, or if not we'll just
105 if (db->option_file != NULL) {
107 db->option_file);
233 } else if (strcmp(name, "option_file") == 0)
234 field = &db->option_file;
244 if (db->host == NULL && db->option_file == NULL)

Completed in 12 milliseconds