Lines Matching refs:chunk
103 int chunk;
121 chunk = min(len, COPY_BUF_SIZE);
122 ret = read_all(fd, copybuf, chunk);
126 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
127 len -= chunk;
140 int chunk;
168 chunk = min(len, COPY_BUF_SIZE);
169 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
170 len -= chunk;
181 int chunk;
195 chunk = min(len, COPY_BUF_SIZE);
196 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
197 len -= chunk;