/external/ppp/pppd/ |
tdb.c | 170 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct 512 printf(" rec: offset=%u next=%d rec_len=%d key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n", 513 offset, rec.next, rec.rec_len, rec.key_len, rec.data_len, rec.full_hash, rec.magic); 980 if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) { 1096 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); 1112 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); 1182 if (ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) 1190 last_ptr = TDB_HASH_TOP(rec->full_hash); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 175 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct [all...] |