Lines Matching defs:devlist
129 static const SANE_Device **devlist = 0;
1051 if( devlist )
1052 free( devlist );
1054 devlist = NULL;
1072 if( devlist )
1073 free( devlist );
1075 devlist = malloc((num_devices + 1) * sizeof (devlist[0]));
1076 if ( NULL == devlist )
1081 devlist[i++] = &dev->sane;
1082 devlist[i++] = 0;
1084 *device_list = devlist;