Lines Matching defs:handle
1541 * \brief Function that initiates acquisition of an image from the device represented by handle 'h'.
1787 * \brief Function that's used to read image data from the device represented by handle 'h'.
1860 sane_set_io_mode(SANE_Handle __sane_unused__ handle, SANE_Bool __sane_unused__ non_blocking)
1866 * \fn void escl_curl_url(CURL *handle, const ESCL_Device *device, SANE_String_Const path)
1869 * 'handle'.
1872 escl_curl_url(CURL *handle, const ESCL_Device *device, SANE_String_Const path)
1887 curl_easy_setopt(handle, CURLOPT_URL, url);
1892 curl_easy_setopt(handle, CURLOPT_HTTPHEADER, device->hack);
1897 curl_easy_setopt(handle, CURLOPT_SSL_VERIFYPEER, 0L);
1898 curl_easy_setopt(handle, CURLOPT_SSL_VERIFYHOST, 0L);
1900 curl_easy_setopt(handle, CURLOPT_SSLVERSION, device->tls);
1904 curl_easy_setopt(handle, CURLOPT_UNIX_SOCKET_PATH,