Lines Matching defs:config

1 #include "../../include/sane/config.h"
66 check_config_attach (SANEI_Config * config, const char *devname,
70 if (config == NULL)
89 * non-existent config file
95 SANEI_Config config;
97 config.count = 0;
98 config.descriptors = NULL;
99 config.values = NULL;
101 "/data/inexistent.conf", &config,
110 * no config struct
143 * empty config : backend has no configuration option
149 SANEI_Config config;
151 config.count = 0;
152 config.descriptors = NULL;
153 config.values = NULL;
156 &config, check_config_attach, NULL);
170 SANEI_Config config;
204 config.count = i;
205 config.descriptors = options;
206 config.values = values;
211 &config, check_config_attach, NULL);
227 SANEI_Config config;
248 config.descriptors = options;
249 config.values = values;
250 config.count = i;
254 sanei_configure_attach (CONFIG_PATH "/data/int.conf", &config,
270 SANEI_Config config;
291 config.descriptors = options;
292 config.values = values;
293 config.count = i;
298 &config, check_config_attach, NULL);
313 SANEI_Config config;
334 config.descriptors = options;
335 config.values = values;
336 config.count = i;
341 &config, check_config_attach, NULL);
359 SANEI_Config config;
380 config.descriptors = options;
381 config.values = values;
382 config.count = i;
387 &config, check_config_attach, NULL);
402 SANEI_Config config;
423 config.descriptors = options;
424 config.values = values;
425 config.count = i;
432 "/data/wrong-string-list.conf", &config,
448 SANEI_Config config;
559 config.descriptors = options;
560 config.values = values;
561 config.count = i;
568 &config, check_config_attach, NULL);
598 SANEI_Config config;
629 config.descriptors = options;
630 config.values = values;
631 config.count = i;
636 &config, check_config_attach, NULL);
651 SANEI_Config config;
694 config.descriptors = options;
695 config.values = values;
696 config.count = i;
701 &config, check_config_attach, NULL);
721 SANEI_Config config;
765 config.descriptors = options;
766 config.values = values;
767 config.count = i;
772 &config, check_config_attach, NULL);
792 SANEI_Config config;
812 config.descriptors = options;
813 config.values = values;
814 config.count = i;
819 &config, check_config_attach, NULL);
830 SANEI_Config config;
850 config.descriptors = options;
851 config.values = values;
852 config.count = i;
857 &config, check_config_attach, NULL);
868 * create the test suite for sanei config related tests
900 /* set up config dir for local conf files */