Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp-scl.c137 unsigned char wr_buf[HP_WR_BUF_SIZE]; member
1214 ph->wr_ptr = ph->wr_buf; in process_data_init()
1215 ph->wr_buf_size = ph->wr_left = sizeof (ph->wr_buf); in process_data_init()
1244 || (write (ph->outfd, ph->wr_buf, ph->wr_buf_size) != ph->wr_buf_size)) in process_data_write()
1250 ph->wr_ptr = ph->wr_buf; in process_data_write()
1393 if ( signal_caught || (write (ph->outfd, ph->wr_buf, nbytes) != nbytes)) in process_data_flush()
1399 ph->wr_ptr = ph->wr_buf; in process_data_flush()

Completed in 3 milliseconds