Lines Matching refs:size_t
31 size_t eds_send(epsonds_scanner *s, void *buf, size_t length, SANE_Status *status, size_t reply_len)
52 size_t n = length;
66 size_t eds_recv(epsonds_scanner *s, void *buf, size_t length, SANE_Status *status)
68 size_t n = length; /* network interface needs to read header back even data is 0.*/
81 (size_t *) &n);
99 SANE_Status eds_txrx(epsonds_scanner* s, char *txbuf, size_t txlen,
100 char *rxbuf, size_t rxlen)
103 size_t done;
128 SANE_Status eds_control(epsonds_scanner *s, void *buf, size_t buf_size)