Home
last modified time | relevance | path

Searched refs:cfgoptions (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dmustek_pp.c110 static Mustek_pp_config_option *cfgoptions = NULL; variable
349 dev->cfgoptions = cfgoptions; in sane_attach()
351 cfgoptions = NULL; in sane_attach()
672 free_cfg_options(&numcfgoptions, &cfgoptions); in attach_device()
951 tmpoptions = realloc(cfgoptions, in sane_init()
952 (numcfgoptions+1)*sizeof(cfgoptions[0])); in sane_init()
956 free_cfg_options(&numcfgoptions, &cfgoptions); in sane_init()
960 cfgoptions = tmpoptions; in sane_init()
961 cfgoptions[numcfgoption in sane_init()
[all...]
H A Dmustek_pp.h182 Mustek_pp_config_option *cfgoptions; member

Completed in 3 milliseconds