Lines Matching defs:devlist
130 static const SANE_Device **devlist = NULL;
1361 if (devlist)
1362 free (devlist);
1364 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));
1365 if (!devlist)
1370 devlist[i++] = &dev->sane;
1371 devlist[i++] = 0;
1373 *device_list = devlist;
2084 if (devlist)
2086 free (devlist);
2087 devlist = NULL;