Home | History | Annotate | Download | only in test

Lines Matching refs:Config

27 #include <config.h>
175 } Config;
181 const Config *config = context;
189 if (config != NULL && config->config_file != NULL)
194 config->config_file);
200 "--config-file=%s/%s",
201 g_getenv ("DBUS_TEST_DATA"), config->config_file);
205 arg = g_strdup_printf ("--config-file=%s/dbus-1/session.conf",
211 "--config-file=%s/valid-config-files/session.conf",
256 const Config *config = context;
265 if (config != NULL && config->bug_ref != NULL)
266 g_test_bug (config->bug_ref);
271 if (config != NULL)
272 count = MAX (config->min_messages, count);
352 static Config limited_config = {
353 "34393", 10000, "valid-config-files/incoming-limit.conf"