Lines Matching defs:info
24 * 23 network info
40 * 1 scanner info and capabilities
1591 debugging info if we want. The change flag is set to TRUE
1836 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info)
1849 status = sanei_constrain_value(sopt, value, info);
1853 if (info && value && (*info & SANE_INFO_INEXACT)
1905 if (NULL != info)
1906 *info |= SANE_INFO_RELOAD_PARAMS;
2009 if (reload && info != NULL)
2010 *info |= SANE_INFO_RELOAD_OPTIONS | SANE_INFO_RELOAD_PARAMS;
2019 void *value, SANE_Int *info)
2026 if (info != NULL)
2027 *info = 0;
2034 return setvalue(handle, option, value, info);