Lines Matching refs:this
16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
49 void sanei_hp_data_destroy (HpData this);
69 SANE_Status sanei_hp_accessor_get (HpAccessor this, HpData data, void * valp);
70 SANE_Status sanei_hp_accessor_set (HpAccessor this, HpData data, void * valp);
71 int sanei_hp_accessor_getint(HpAccessor this, HpData data);
72 void sanei_hp_accessor_setint(HpAccessor this, HpData data, int v);
73 const void *sanei_hp_accessor_data (HpAccessor this, HpData data);
74 void * sanei__hp_accessor_data (HpAccessor this, HpData data);
75 size_t sanei_hp_accessor_size (HpAccessor this);
77 unsigned sanei_hp_accessor_vector_length (HpAccessorVector this);
78 SANE_Fixed sanei_hp_accessor_vector_minval (HpAccessorVector this);
79 SANE_Fixed sanei_hp_accessor_vector_maxval (HpAccessorVector this);
81 SANE_Int sanei_hp_accessor_choice_maxsize (HpAccessorChoice this);
83 sanei_hp_accessor_choice_strlist (HpAccessorChoice this, HpOptSet optset,