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