Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dnet.c574 if (s->local_opt.num_options == 0)
578 s->local_opt.desc =
579 malloc (s->opt.num_options * sizeof (s->local_opt.desc));
580 if (!s->local_opt.desc)
582 DBG (1, "fetch_options: couldn't malloc s->local_opt.desc\n");
589 s->local_opt.desc[option_number] =
591 if (!s->local_opt.desc[option_number])
594 "s->local_opt.desc[%d]\n", option_number);
598 s->local_opt.num_options = s->opt.num_options;
600 else if (s->local_opt
[all...]
H A Dnet.h72 SANE_Option_Descriptor_Array opt, local_opt; member

Completed in 3 milliseconds