Lines Matching defs:format
206 /*% File format version ID. */
207 unsigned char format[16];
252 unsigned char format[16];
310 unsigned char *rawindex; /*%< In-core buffer for journal index in on-disk format */
355 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
356 memmove(cooked->format, raw->h.format, sizeof(cooked->format));
368 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
370 memmove(raw->h.format, cooked->format, sizeof(raw->h.format));
612 if (memcmp(rawheader.h.format, initial_journal_header.format,
613 sizeof(initial_journal_header.format)) != 0) {
615 "%s: journal format not recognized",
661 * wire format RR data. They will be reallocated
722 * The IXFR format requires that deletions are sorted before
1197 * Convert the index into on-disk format and write
1285 * wire format transaction data. They will be reallocated
1461 * wire format transaction data. They will be reallocated