Home
last modified time | relevance | path

Searched refs:sane_read (Results 1 - 25 of 111) sorted by relevance

12345

/third_party/backends/backend/
H A Dstubs.c56 sane_read (SANE_Handle h, SANE_Byte *buf, SANE_Int maxlen, SANE_Int *lenp) in sane_read() function
H A Dxerox_mfp-usb.c89 sane_read(dev, NULL, 1, NULL); in usb_dev_close()
H A Dkvs1025.h116 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf,
H A Dcardscan.h161 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
H A Dxerox_mfp-tcp.c158 if (dev->reading) sane_read(dev, NULL, 1, NULL); in tcp_dev_close()
H A Dkodak.h226 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
H A Dsp15c.h228 sane_read (SANE_Handle handle, SANE_Byte * buf,
H A Depjitsu.h231 /* data from the front/back image buffers via the sane_read() function */
337 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
H A Dkvs1025.c376 sane_read (SANE_Handle handle, SANE_Byte * buf, in sane_read() function
415 DBG (DBG_proc, "sane_read: %d bytes to read, " in sane_read()
H A Dcanon_dr.h591 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
H A Dfujitsu.h744 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
H A Dkvs20xx.c451 sane_read (SANE_Handle handle, SANE_Byte * buf, in sane_read() function
H A Dhp.c948 sane_read (SANE_Handle handle, SANE_Byte *buf, SANE_Int max_len, SANE_Int *len) in sane_read() function
954 DBG(16, "sane_read called\n"); in sane_read()
959 DBG(16, "sane_read will finish with %s\n", sane_strstatus (status)); in sane_read()
H A Dcanon630u.c1008 sane_read (SANE_Handle handle, SANE_Byte * data, in sane_read() function
H A Dkvs40xx.c658 sane_read(SANE_Handle handle, SANE_Byte * buf, in sane_read() function
H A Dsm3600.c730 sane_read (SANE_Handle handle, SANE_Byte *puchBuffer, in sane_read() function
H A Dumax1220u.c870 sane_read (SANE_Handle handle, SANE_Byte * data, in sane_read() function
895 DBG (3, "sane_read: max_length = %d\n", max_length); in sane_read()
H A Dcardscan.c199 . . - sane_read() : read image data (from pipe)
200 . . (sane_read called multiple times; after sane_read returns EOF,
1164 sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len, SANE_Int * len) in sane_read() function
1169 DBG (10, "sane_read: start\n"); in sane_read()
1175 DBG (5, "sane_read: call sane_start first\n"); in sane_read()
1184 DBG (15, "sane_read: returning eof\n"); in sane_read()
1201 DBG(5,"sane_read: returning %d\n",ret); in sane_read()
1215 DBG (10, "sane_read: %d,%d,%d finish\n", *len,s->bytes_rx,s->bytes_tx); in sane_read()
/third_party/backends/frontend/
H A Dtstbackend.c1163 status = sane_read (device, image, len, &len); in test_scan()
1165 "it is possible to sane_read outside of a scan"); in test_scan()
1242 status = sane_read (device, image, 1, &len); in test_scan()
1283 status = sane_read (device, image, ask_len, &len); in test_scan()
1286 "it is possible to sane_read outside a scan"); in test_scan()
1306 status = sane_read (device, image, 1, &len); in test_scan()
1310 "sane_read() didn't return 1 byte as requested"); in test_scan()
1326 status = sane_read (device, image, ask_len, &len); in test_scan()
1329 "it is possible to sane_read outside a scan"); in test_scan()
1357 status = sane_read (devic in test_scan()
[all...]
H A Dtest.c138 bla = sane_read (hand, buffer, sizeof (buffer), &blubb); in testsane()
H A Dscanimage.c1544 status = sane_read (device, buffer, buffer_size, &len); in scan_it()
1564 fprintf (stderr, "%s: sane_read: %s\n", in scan_it()
1700 /* check if we have saved one byte from the last sane_read */ in scan_it()
1919 status = sane_read (device, image.data, parm.bytes_per_line, &len); in test_it()
1926 status = sane_read (device, image.data, 1, &len); in test_it()
1935 status = sane_read (device, image.data, i, &len); in test_it()
1945 status = sane_read (device, image.data, i - 1, &len); in test_it()
/third_party/backends/include/sane/
H A Dsane.h234 extern SANE_Status sane_read (SANE_Handle handle, SANE_Byte * data,
H A Dsanei_backend.h143 #define sane_read(a,b,c,d) ENTRY(read) (a,b,c,d) macro
/third_party/backends/japi/
H A DSane.c458 status = sane_read((SANE_Handle) handle, dataElements, in Java_Sane_read()
/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp300 auto status = sane_read(handle, buffer.data(), ask_len, &got_data); in run_single_test_scan()

Completed in 22 milliseconds

12345