Lines Matching defs:speed_list
281 SANE_String speed_list[9]; /* holds the names of available speeds */
923 dev->speed_list[0] = strdup ("Normal");
924 dev->speed_list[1] = strdup ("Fine");
925 dev->speed_list[2] = strdup ("Pro");
926 dev->speed_list[3] = NULL;
938 dev->speed_list[i] = strdup (buf);
941 dev->speed_list[i] = NULL;
1430 max_string_size ((SANE_String_Const *) scanner->device->speed_list);
1433 (SANE_String_Const *) scanner->device->speed_list;
1435 (SANE_Char *) strdup (scanner->device->speed_list[0]);
2236 while (scanner->device->speed_list[i] != NULL)
2238 if (strcmp (scanner->device->speed_list[i], scanner->val[OPT_SPEED].s)
2244 if (scanner->device->speed_list[i] == NULL)
2988 while (dev->speed_list[i] != NULL)
2989 free (dev->speed_list[i++]);