Lines Matching refs:bytes
1795 idx_t *bytes) in skip() argument
1804 && ! ckd_add (&offset, offset, *bytes) in skip()
1828 *bytes = 0; in skip()
1883 ssize_t nread = iread_fnc (fdesc, buf, records ? blocksize : *bytes); in skip()
1904 *bytes = 0; in skip()
1906 while (records || *bytes); in skip()
2136 idx_t bytes = seek_bytes; in dd_copy() local
2138 seek_records, output_blocksize, &bytes); in dd_copy()
2140 if (write_records != 0 || bytes != 0) in dd_copy()
2142 memset (obuf, 0, write_records ? output_blocksize : bytes); in dd_copy()
2146 idx_t size = write_records ? output_blocksize : bytes; in dd_copy()
2156 bytes = 0; in dd_copy()
2158 while (write_records || bytes); in dd_copy()