Lines Matching defs:devlist
44 static const SANE_Device **devlist = NULL; /* sane_get_devices array */
993 if (devlist) {
994 free(devlist);
995 devlist = NULL;
1099 if (devlist) {
1101 *device_list = devlist;
1115 devlist = malloc((dev_count + 1) * sizeof(*devlist));
1116 if (!devlist) {
1122 devlist[i++] = &dev->sane;
1123 devlist[i++] = NULL;
1126 *device_list = devlist;
1149 if (!devlist)