Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dxerox_mfp.c1243 static int copy_plain_trim(struct device *dev, SANE_Byte *buf, int maxlen, int *olenp) in copy_plain_trim() argument
1248 *olenp = 0; in copy_plain_trim()
1249 for (j = 0; j < dev->datalen && *olenp < maxlen; j++, k++) { in copy_plain_trim()
1257 (*olenp)++; in copy_plain_trim()
1266 static int copy_mix_bands_trim(struct device *dev, SANE_Byte *buf, int maxlen, int *olenp) in copy_mix_bands_trim() argument
1282 *olenp = 0; in copy_mix_bands_trim()
1285 for (j = 0; j < havelen && *olenp < maxlen; j++, k++) { in copy_mix_bands_trim()
1294 (*olenp)++; in copy_mix_bands_trim()

Completed in 3 milliseconds