Lines Matching refs:info
170 Then you can scan with scanimage or simple-scan from terminal and see debug info
192 * 3 status info and progress
1090 /* expect_total is the expected total no of bytes just for info -ve value not a problem? or is it for size_t? */
3064 debugging info if we want. The change flag is set to TRUE
3202 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info)
3215 status = sanei_constrain_value(sopt, value, info);
3219 if (info && value && (*info & SANE_INFO_INEXACT)
3290 if (NULL != info)
3291 *info |= SANE_INFO_RELOAD_PARAMS;
3316 if (reload && info != NULL)
3317 *info |= SANE_INFO_RELOAD_OPTIONS | SANE_INFO_RELOAD_PARAMS;
3326 void *value, SANE_Int *info)
3337 if (info != NULL)
3338 *info = 0;
3345 return setvalue(handle, option, value, info);