Lines Matching defs:devlist
158 static const SANE_Device **devlist = 0;
1269 if( devlist )
1270 free( devlist );
1275 devlist = NULL;
1293 if( devlist )
1294 free( devlist );
1296 devlist = malloc((num_devices + 1) * sizeof (devlist[0]));
1297 if ( NULL == devlist )
1302 devlist[i++] = &dev->sane;
1303 devlist[i++] = 0;
1305 *device_list = devlist;