Lines Matching defs:handle
243 * The signal handle for SIGTERM is initialized.
1081 * The handle is set up with default values, and the
1086 sane_open (SANE_String_Const devicename, SANE_Handle * handle)
1126 DBG (1, "sane_open: not enough free memory for the handle\n");
1172 *handle = hndl;
1181 * The handle is searched in the list of active handles.
1182 * If it's found, the handle is removed.
1190 * Afterwards the selected handle is closed
1193 sane_close (SANE_Handle handle)
1201 if (hndl == handle)
1208 DBG (2, "sane_close: unknown device handle\n");
1213 sane_cancel (handle);
1214 do_eof (handle);
1231 free (handle);
1243 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option)
1245 Mustek_pp_Handle *hndl = handle;
1274 sane_control_option (SANE_Handle handle, SANE_Int option,
1277 Mustek_pp_Handle *hndl = handle;
1531 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
1533 Mustek_pp_Handle *hndl = handle;
1691 sane_start (SANE_Handle handle)
1693 Mustek_pp_Handle *hndl = handle;
1748 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
1751 Mustek_pp_Handle *hndl = handle;
1848 sane_cancel (SANE_Handle handle)
1850 Mustek_pp_Handle *hndl = handle;
1869 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking)
1872 Mustek_pp_Handle *hndl=handle;
1898 sane_get_select_fd (SANE_Handle handle, SANE_Int * fd)
1900 Mustek_pp_Handle *hndl=handle;