Lines Matching defs:devlist
215 static const SANE_Device **devlist = 0;
1622 if( devlist )
1623 free( devlist );
1632 devlist = NULL;
1650 if( devlist )
1651 free( devlist );
1653 devlist = malloc((num_devices + 1) * sizeof (devlist[0]));
1654 if ( NULL == devlist )
1659 devlist[i++] = &dev->sane;
1660 devlist[i++] = 0;
1662 *device_list = devlist;