Lines Matching defs:tmpbuf
1526 SANE_Byte *dest, *tmpbuf = dev->tmpbuf;
1557 if (!cis_read_line(dev, tmpbuf, dev->desc->params.pixels_per_line,
1564 *dest = tmpbuf[ctr];
2674 cisdev->tmpbuf = malloc (pixels);
2675 if (cisdev->tmpbuf == NULL)
2698 free(cisdev->tmpbuf); cisdev->tmpbuf = NULL;
2723 free(cisdev->tmpbuf); cisdev->tmpbuf = NULL;
2741 free(cisdev->tmpbuf); cisdev->tmpbuf = NULL;
2838 free (cisdev->tmpbuf); cisdev->tmpbuf = NULL;