Searched refs:num_dev_options (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/frontend/ |
H A D | tstbackend.c | 346 SANE_Int num_dev_options; in test_options() local 365 status = sane_control_option (device, 0, SANE_ACTION_GET_VALUE, &num_dev_options, 0); in test_options() 371 &num_dev_options, &info); in test_options() 379 for (option_num = 0; option_num < num_dev_options; option_num++) { in test_options() 846 opt = sane_get_option_descriptor (device, num_dev_options+1); in test_options() 848 "was able to get option descriptor for option %d", num_dev_options+1); in test_options() 850 opt = sane_get_option_descriptor (device, num_dev_options+2); in test_options() 852 "was able to get option descriptor for option %d", num_dev_options+2); in test_options() 854 opt = sane_get_option_descriptor (device, num_dev_options+50); in test_options() 856 "was able to get option descriptor for option %d", num_dev_options in test_options() 863 SANE_Int num_dev_options; get_optdesc_by_name() local [all...] |
H A D | scanimage.c | 897 SANE_Int num_dev_options; in fetch_options() local 909 &num_dev_options, 0); in fetch_options() 919 for (i = 1; i < num_dev_options; ++i) in fetch_options() 2011 * @param num_dev_options number of device options 2014 static void print_options(SANE_Device * device, SANE_Int num_dev_options, SANE_Bool ro) in print_options() argument 2019 for (i = 1; i < num_dev_options; ++i) in print_options() 2039 if (num_dev_options) in print_options() 2086 SANE_Int num_dev_options = 0; in main() local 2468 &num_dev_options, 0); in main() 2477 all_options_len = num_dev_options in main() [all...] |
Completed in 5 milliseconds