/third_party/backends/backend/ |
H A D | stubs.c | 62 sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking) in sane_set_io_mode() function
|
H A D | kvs1025.h | 121 SANE_Status sane_set_io_mode (SANE_Handle h, SANE_Bool m);
|
H A D | cardscan.h | 145 SANE_Status sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking);
|
H A D | kodak.h | 210 SANE_Status sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking);
|
H A D | sp15c.h | 209 sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking);
|
H A D | epjitsu.h | 321 SANE_Status sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking);
|
H A D | kvs1025.c | 443 sane_set_io_mode (SANE_Handle h, SANE_Bool m) in sane_set_io_mode() function
|
H A D | canon_dr.h | 575 SANE_Status sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking);
|
H A D | fujitsu.h | 728 SANE_Status sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking);
|
H A D | kvs20xx.c | 532 sane_set_io_mode (SANE_Handle __sane_unused__ h, SANE_Bool __sane_unused__ m) in sane_set_io_mode() function
|
H A D | hp.c | 976 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 981 DBG(3, "sane_set_io_mode called\n"); in sane_set_io_mode() 985 DBG(3, "sane_set_io_mode will finish with %s\n", in sane_set_io_mode()
|
H A D | canon630u.c | 1025 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 1027 DBG (3, "sane_set_io_mode: handle = %p, non_blocking = %d\n", handle, in sane_set_io_mode()
|
H A D | kvs40xx.c | 734 sane_set_io_mode (SANE_Handle __sane_unused__ h, SANE_Bool __sane_unused__ m) in sane_set_io_mode() function
|
H A D | sm3600.c | 784 sane_set_io_mode(SANE_Handle h, SANE_Bool m) in sane_set_io_mode() function
|
H A D | umax1220u.c | 942 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 944 DBG (3, "sane_set_io_mode: handle = %p, non_blocking = %d\n", handle, in sane_set_io_mode()
|
H A D | cardscan.c | 189 . . - sane_set_io_mode : set blocking mode 1676 sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking) in sane_set_io_mode() function 1678 DBG (10, "sane_set_io_mode\n"); in sane_set_io_mode()
|
H A D | canon_lide70.c | 946 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 948 DBG (3, "sane_set_io_mode: handle = %p, non_blocking = %d\n", handle, in sane_set_io_mode()
|
H A D | as6e.c | 934 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 936 DBG (2, "sane_set_io_mode( %p, %d )\n", handle, non_blocking); in sane_set_io_mode()
|
H A D | dc210.c | 1385 sane_set_io_mode (SANE_Handle __sane_unused__ handle, in sane_set_io_mode() function
|
H A D | pnm.c | 1373 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 1375 DBG (2, "sane_set_io_mode: handle = %p, non_blocking = %d\n", handle, in sane_set_io_mode() 1379 DBG (1, "sane_set_io_mode: not scanning\n"); in sane_set_io_mode()
|
H A D | sm3840.c | 824 sane_set_io_mode (SANE_Handle handle, SANE_Bool non_blocking) in sane_set_io_mode() function 827 DBG (2, "sane_set_io_mode( %p, %d )\n", handle, non_blocking); in sane_set_io_mode()
|
/third_party/backends/include/sane/ |
H A D | sane.h | 237 extern SANE_Status sane_set_io_mode (SANE_Handle handle,
|
H A D | sanei_backend.h | 144 #define sane_set_io_mode(a,b) ENTRY(set_io_mode) (a,b) macro
|
/third_party/backends/frontend/ |
H A D | test.c | 83 bla = sane_set_io_mode (hand, 0); in testsane()
|
H A D | tstbackend.c | 1168 status = sane_set_io_mode (device, SANE_FALSE); in test_scan() 1170 "it is possible to sane_set_io_mode outside of a scan"); in test_scan() 1171 status = sane_set_io_mode (device, SANE_TRUE); in test_scan() 1174 "it is possible to sane_set_io_mode outside of a scan"); in test_scan() 1193 /* sane_set_io_mode with SANE_FALSE is always supported. */ in test_scan() 1194 status = sane_set_io_mode (device, SANE_FALSE); in test_scan() 1196 "sane_set_io_mode with SANE_FALSE must return SANE_STATUS_GOOD"); in test_scan() 1198 /* test sane_set_io_mode with SANE_TRUE. */ in test_scan() 1199 status = sane_set_io_mode (device, SANE_TRUE); in test_scan() 1202 "sane_set_io_mode wit in test_scan() [all...] |