Lines Matching refs:size
274 request_image_block_ex (pixma_t * s, unsigned *size, uint8_t * info,
282 mp->cb.buf[7] = *size >> 8;
292 *size = pixma_get_be16 (mp->cb.buf + 4);
303 request_image_block (pixma_t * s, unsigned *size, uint8_t * info)
305 return request_image_block_ex (s, size, info, 0);
336 read_error_info (pixma_t * s, void *buf, unsigned size)
347 if (len < size)
348 size = len;
350 memcpy (buf, data, size);
574 mp->cb.size = CMDBUF_SIZE;
624 unsigned size, dpi, spare;
660 size = 8 + 2 * IMAGE_BLOCK_SIZE + spare * mp->line_size;
661 buf = (uint8_t *) malloc (size);