/third_party/backends/backend/ |
H A D | stubs.c | 56 sane_read (SANE_Handle h, SANE_Byte *buf, SANE_Int maxlen, SANE_Int *lenp) in sane_read() function
|
H A D | xerox_mfp-usb.c | 89 sane_read(dev, NULL, 1, NULL); in usb_dev_close()
|
H A D | kvs1025.h | 116 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf,
|
H A D | cardscan.h | 161 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
|
H A D | xerox_mfp-tcp.c | 158 if (dev->reading) sane_read(dev, NULL, 1, NULL); in tcp_dev_close()
|
H A D | kodak.h | 226 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
|
H A D | sp15c.h | 228 sane_read (SANE_Handle handle, SANE_Byte * buf,
|
H A D | epjitsu.h | 231 /* 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 D | kvs1025.c | 376 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 D | canon_dr.h | 591 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
|
H A D | fujitsu.h | 744 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
|
H A D | kvs20xx.c | 451 sane_read (SANE_Handle handle, SANE_Byte * buf, in sane_read() function
|
H A D | hp.c | 948 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 D | canon630u.c | 1008 sane_read (SANE_Handle handle, SANE_Byte * data, in sane_read() function
|
H A D | kvs40xx.c | 658 sane_read(SANE_Handle handle, SANE_Byte * buf, in sane_read() function
|
H A D | sm3600.c | 730 sane_read (SANE_Handle handle, SANE_Byte *puchBuffer, in sane_read() function
|
H A D | umax1220u.c | 870 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 D | cardscan.c | 199 . . - 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 D | tstbackend.c | 1163 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 D | test.c | 138 bla = sane_read (hand, buffer, sizeof (buffer), &blubb); in testsane()
|
H A D | scanimage.c | 1544 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 D | sane.h | 234 extern SANE_Status sane_read (SANE_Handle handle, SANE_Byte * data,
|
H A D | sanei_backend.h | 143 #define sane_read(a,b,c,d) ENTRY(read) (a,b,c,d) macro
|
/third_party/backends/japi/ |
H A D | Sane.c | 458 status = sane_read((SANE_Handle) handle, dataElements, in Java_Sane_read()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | session_config_test.cpp | 300 auto status = sane_read(handle, buffer.data(), ask_len, &got_data); in run_single_test_scan()
|