Home
last modified time | relevance | path

Searched refs:to_send (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dricoh2.c593 size_t to_send; member
606 assert(transfer->to_send <= MAX_COMMAND_SIZE); in send_receive()
613 memcpy (send_buffer, transfer->send_buffer, transfer->to_send); in send_receive()
696 transfer.to_send = sizeof (cancel_command); in teardown_scan()
702 transfer.to_send = sizeof (end_command); in teardown_scan()
823 transfer.to_send = sizeof (read_next_command); in sane_read()
H A Drts8891.h147 SANE_Int to_send; member
H A Dp5.h184 SANE_Int to_send; member
H A Dp5.c894 DBG (DBG_io, "sane_start: to_send=%d\n", session->to_send); in sane_start()
1031 /* we do that here because we needed sent/to_send to be as if */ in compute_parameters()
1040 session->to_send = session->params.bytes_per_line * session->params.lines; in compute_parameters()
1050 session->to_send); in compute_parameters()
1162 if (session->sent >= session->to_send) in sane_read()
1192 session->to_send = session->sent; in sane_read()
1207 if (session->to_send - session->sent < size) in sane_read()
1210 size = session->to_send - session->sent; in sane_read()
1362 if (session->sent < session->to_send) in sane_cancel()
[all...]
H A Drts8891.c1511 session->to_send = session->params.bytes_per_line * session->params.lines; in compute_parameters()
1514 /* we do that here because we needed sent/to_send to be as if */ in compute_parameters()
1637 session->to_send); in compute_parameters()
1762 if (session->sent >= session->to_send) in sane_read()
1857 && session->sent < session->to_send) in sane_read()
/third_party/python/Lib/test/
H A Dtest_logging.py3362 to_send = textwrap.dedent(ConfigFileTest.config1)
3367 self.setup_via_listener(to_send, verify_fail)
3382 self.setup_via_listener(to_send) # no verify callable specified
3400 self.setup_via_listener(to_send[::-1], verify_reverse)

Completed in 18 milliseconds