Lines Matching refs:devlist
408 static const SANE_Device ** devlist = 0; /* only pseudo-statical */
426 if (devlist) free(devlist);
427 devlist=NULL;
437 if (devlist) free (devlist);
439 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));
440 if (!devlist)
445 devlist[i++] = &dev->sane;
446 devlist[i++] = 0;
448 *device_list = devlist;