Lines Matching defs:info
3657 debugging info if we want. The change flag is set to TRUE
3945 setvalue (SANE_Handle handle, SANE_Int option, void *value, SANE_Int * info)
3958 status = sanei_constrain_value (sopt, value, info);
4022 if (NULL != info)
4023 *info |= SANE_INFO_RELOAD_PARAMS;
4179 if (reload && info != NULL)
4181 *info |= SANE_INFO_RELOAD_OPTIONS | SANE_INFO_RELOAD_PARAMS;
4194 SANE_Action action, void *value, SANE_Int * info)
4199 if (info != NULL)
4200 *info = 0;
4208 return (setvalue (handle, option, value, info));