Lines Matching defs:bufflength
2473 SANE_Int thwidth, transferred, bufflength;
2528 bufflength =
2530 memcpy (pbuffer, s->rest, bufflength);
2531 emul_len += bufflength;
2532 pbuffer += bufflength;
2533 s->rest_amount -= bufflength;
2553 bufflength = min (emul_maxlen - emul_len, thwidth);
2555 memcpy (pbuffer, s->image, bufflength);
2556 emul_len += bufflength;
2557 pbuffer += bufflength;
2560 if (bufflength < thwidth)
2562 s->rest_amount = thwidth - bufflength;
2563 memcpy (s->rest, s->image + bufflength,