Searched refs:constraint_type (Results 1 – 3 of 3) sorted by relevance
906 if( mppOptions[n]->constraint_type != SANE_CONSTRAINT_RANGE && in GetRange()907 mppOptions[n]->constraint_type != SANE_CONSTRAINT_WORD_LIST ) in GetRange()917 if(mppOptions[n]->constraint_type == SANE_CONSTRAINT_RANGE ) in GetRange()
146 { return mppOptions[n]->constraint_type; } in GetOptionConstraintType()
153 SANE_Constraint_Type constraint_type; member