tdb_header 51 lib/tdb/common/open.c struct tdb_header *newdb; tdb_header 57 lib/tdb/common/open.c size = sizeof(struct tdb_header) + (hash_size+1)*sizeof(tdb_off_t); tdb_header 58 lib/tdb/common/open.c if (!(newdb = (struct tdb_header *)calloc(size, 1))) tdb_header 53 lib/tdb/common/tdb_private.h #define FREELIST_TOP (sizeof(struct tdb_header)) tdb_header 61 lib/tdb/common/tdb_private.h #define TDB_RECOVERY_HEAD offsetof(struct tdb_header, recovery_start) tdb_header 62 lib/tdb/common/tdb_private.h #define TDB_SEQNUM_OFS offsetof(struct tdb_header, sequence_number) tdb_header 155 lib/tdb/common/tdb_private.h struct tdb_header header; /* a cached copy of the header */