Lines Matching defs:handle
1060 gamma_update(SANE_Handle handle)
1062 Apple_Scanner *s = handle;
1140 mode_update (SANE_Handle handle, char *val)
1142 Apple_Scanner *s = handle;
1952 sane_open (SANE_String_Const devicename, SANE_Handle * handle)
1991 /* insert newly opened handle into list of open handles: */
1995 *handle = s;
2000 sane_close (SANE_Handle handle)
2004 /* remove handle from list of open handles: */
2008 if (s == handle)
2014 DBG (ERROR_MESSAGE, "close: invalid handle %p\n", handle);
2015 return; /* oops, not a handle we know about */
2023 free (handle);
2027 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option)
2029 Apple_Scanner *s = handle;
2037 sane_control_option (SANE_Handle handle, SANE_Int option,
2040 Apple_Scanner *s = handle;
2345 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
2347 Apple_Scanner *s = handle;
2359 sane_start (SANE_Handle handle)
2361 Apple_Scanner *s = handle;
2430 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
2433 Apple_Scanner *s = handle;
2627 sane_cancel (SANE_Handle handle)
2629 Apple_Scanner *s = handle;
2666 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking)
2670 (void) handle; /* silence gcc */
2683 sane_get_select_fd (SANE_Handle handle, SANE_Int * fd)
2685 (void) handle; /* silence gcc */