Searched refs:newrec (Results 1 – 1 of 1) sorted by relevance
2430 struct list_struct newrec; in tdb_allocate_ofs() local2433 memset(&newrec, '\0', sizeof(newrec)); in tdb_allocate_ofs()2441 newrec.rec_len = rec->rec_len - (sizeof(*rec) + length); in tdb_allocate_ofs()2473 if (tdb_free(tdb, newrec_ptr, &newrec) == -1) { in tdb_allocate_ofs()