Lines Matching defs:format
208 /*% File format version ID. */
209 unsigned char format[16];
251 unsigned char format[16];
306 unsigned char *rawindex; /*%< In-core buffer for journal index in on-disk format */
351 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
352 memmove(cooked->format, raw->h.format, sizeof(cooked->format));
360 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
362 memmove(raw->h.format, cooked->format, sizeof(raw->h.format));
599 if (memcmp(rawheader.h.format, initial_journal_header.format,
600 sizeof(initial_journal_header.format)) != 0) {
602 "%s: journal format not recognized",
648 * wire format RR data. They will be reallocated
702 * The IXFR format requires that deletions are sorted before
1159 * Convert the index into on-disk format and write
1247 * wire format transaction data. They will be reallocated
1429 * wire format transaction data. They will be reallocated