Home
last modified time | relevance | path

Searched refs:SANE_ACTION_GET_VALUE (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/scanner/
H A Dsane.cxx143 case SANE_ACTION_GET_VALUE: in ControlOption()
278 SANE_Status nStatus = p_control_option( maHandle, 0, SANE_ACTION_GET_VALUE, in ReloadOptions()
363 SANE_Status nStatus = ControlOption( n, SANE_ACTION_GET_VALUE, &nRet ); in GetOptionValue()
377 SANE_Status nStatus = ControlOption( n, SANE_ACTION_GET_VALUE, pRet ); in GetOptionValue()
396 SANE_Status nStatus = ControlOption( n, SANE_ACTION_GET_VALUE, pRet ); in GetOptionValue()
416 SANE_Status nStatus = ControlOption( n, SANE_ACTION_GET_VALUE, pFixedSet ); in GetOptionValue()
467 nStatus = ControlOption( n, SANE_ACTION_GET_VALUE, pSet ); in SetOptionValue()
/trunk/main/sane/inc/
H A Dsane.h166 SANE_ACTION_GET_VALUE = 0, enumerator