Lines Matching refs:byte_count
235 int byte_count; in au_close_time() local
269 byte_count = au_token_size(dchain); in au_close_time()
274 byte_count += sizeof (char) + sizeof (int32_t) + in au_close_time()
278 byte_count += sizeof (int32_t) + in au_close_time()
286 byte_count += zone_length; in au_close_time()
292 byte_count += 7; in au_close_time()
296 byte_count += 5; in au_close_time()
300 record = au_to_header_ex(byte_count, e_type, e_mod); in au_close_time()
302 record = au_to_header(byte_count, e_type, e_mod); in au_close_time()
348 (void) au_append_rec(record, au_to_trailer(byte_count), in au_close_time()
361 AS_INC(as_totalsize, byte_count, kctx); in au_close_time()