cb_record
struct cb_record *rec;
while ((size_t)(table_end - entry) >= sizeof(struct cb_record)) {
rec = (struct cb_record *)entry;
if (rec_size < sizeof(struct cb_record))
slen = rec->size - sizeof(struct cb_record);
struct cb_record *rec;
while ((size_t)(table_end - entry) >= sizeof(struct cb_record)) {
rec = (struct cb_record *)entry;
if (rec_size < sizeof(struct cb_record))