Lines Matching refs:SANE_Handle
78 static SANE_Status (*p_open)( SANE_String_Const, SANE_Handle );
79 static void (*p_close)( SANE_Handle );
81 SANE_Handle, SANE_Int );
82 static SANE_Status (*p_control_option)( SANE_Handle, SANE_Int,
85 static SANE_Status (*p_get_parameters)( SANE_Handle,
87 static SANE_Status (*p_start)( SANE_Handle );
88 static SANE_Status (*p_read)( SANE_Handle, SANE_Byte*, SANE_Int,
90 static void (*p_cancel)( SANE_Handle );
91 static SANE_Status (*p_set_io_mode)( SANE_Handle, SANE_Bool );
92 static SANE_Status (*p_get_select_fd)( SANE_Handle, SANE_Int* );
102 SANE_Handle maHandle;