Lines Matching refs:OFSfmt
102 log_debug(OFSfmt": " _fmt, _offset, ##__VA_ARGS__); \
107 log_warning(OFSfmt": " _fmt, _offset, ##__VA_ARGS__); \
112 log_error(OFSfmt": " _fmt, (uint64_t)_offset, ##__VA_ARGS__); \
183 error(offset, "Invalid offset (next_hash_offset="OFSfmt", next_field_offset="OFSfmt", entry_offset="OFSfmt", entry_array_offset="OFSfmt,
206 "Invalid offset (next_hash_offset="OFSfmt", head_data_offset="OFSfmt,
254 "Invalid entry item (%"PRIu64"/%"PRIu64" offset: "OFSfmt,
278 "Invalid %s hash table item (%"PRIu64"/%"PRIu64") head_hash_offset: "OFSfmt,
287 "Invalid %s hash table item (%"PRIu64"/%"PRIu64") tail_hash_offset: "OFSfmt,
297 "Invalid %s hash table item (%"PRIu64"/%"PRIu64"): head_hash_offset="OFSfmt" tail_hash_offset="OFSfmt,
319 "Invalid object entry array next_entry_array_offset: "OFSfmt,
328 "Invalid object entry array item (%"PRIu64"/%"PRIu64"): "OFSfmt,
419 error(data_p, "Data object references invalid entry at "OFSfmt, entry_p);
435 error(entry_p, "Data object at "OFSfmt" not referenced by linked entry", data_p);
508 error(p, "Entry array present (entry_array_offset="OFSfmt", but n_entries=%"PRIu64")", a, n);
533 error(p, "Invalid array offset "OFSfmt, a);
543 error(p, "Array chain has cycle (jumps back from "OFSfmt" to "OFSfmt")", a, next);
766 error(a, "Array chain has cycle at %"PRIu64" of %"PRIu64" (jumps back from to "OFSfmt")", i, n, next);
1272 log_error("File corruption detected at %s:"OFSfmt" (of %llu bytes, %"PRIu64"%%).",