Lines Matching refs:value
259 *search_string_list( const SANE_String_Const *list, SANE_String value )
261 while( *list != NULL && strcmp(value, *list) != 0 )
709 /** function to decode an value and give it back to the caller.
714 * @param def - default value that result should be in case of any error
739 /* assign the default value for this option... */
744 /* get the configuration value and decode it */
757 /* assign the default value for this option... */
762 /* get the configuration value and decode it */
1191 SANE_Action action, void *value,
1224 *(SANE_Word *)value = s->val[option].w;
1229 *(SANE_Word *)value =
1236 strcpy ((char *) value,
1246 memcpy( value, s->val[option].wa, s->opt[option].size );
1255 status = sanei_constrain_value( s->opt + option, value, info );
1263 (char *) value);
1273 int v = *(SANE_Word *)value;
1288 *(SANE_Word *)value = best;
1303 s->val[option].w = *(SANE_Word *)value;
1309 s->val[option].w = *(SANE_Word *)value;
1352 ((*(SANE_Word *)value) >> SANE_FIXED_SCALE_SHIFT);
1447 memcpy( s->val[option].wa, value, s->opt[option].size );