Searched defs:list_struct (Results 1 – 1 of 1) sorted by relevance
168 struct list_struct { struct169 tdb_off next; /* offset of the next record in the list */170 tdb_len rec_len; /* total byte length of record */171 tdb_len key_len; /* byte length of key */172 tdb_len data_len; /* byte length of data */173 uint32_t full_hash; /* the full 32 bit hash of the key */174 uint32_t magic; /* try to catch errors */
Completed in 9 milliseconds