Searched refs:full_hash (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.c173 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
524 printf(" rec: offset=%u next=%d rec_len=%d key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
525 offset, rec.next, rec.rec_len, rec.key_len, rec.data_len, rec.full_hash, rec.magic);
995 if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) {
1125 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1141 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1211 if (ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1)
1219 last_ptr = TDB_HASH_TOP(rec->full_hash);
1410 tdb->travlocks.hash = BUCKET(rec.full_hash);
1444 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLC
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtdb.c62 unsigned full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
559 if (hash == rec->full_hash && key.dsize == rec->key_len) {
935 if (hash == rec.full_hash && key.dsize == rec.key_len) {
1062 rec.full_hash = hash;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.c62 unsigned full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
565 if (hash == rec->full_hash && key.dsize == rec->key_len) {
941 if (hash == rec.full_hash && key.dsize == rec.key_len) {
1068 rec.full_hash = hash;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.c62 unsigned full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
565 if (hash == rec->full_hash && key.dsize == rec->key_len) {
941 if (hash == rec.full_hash && key.dsize == rec.key_len) {
1068 rec.full_hash = hash;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdb.c175 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
2924 tdb->travlocks.hash = BUCKET(rec.full_hash);
2963 "key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
2965 rec.full_hash, rec.magic);
3122 if (!TDB_DEAD(r) && hash==r->full_hash
3201 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
3241 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
3258 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
3285 if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1)
3293 last_ptr = TDB_HASH_TOP(rec->full_hash);
[all...]

Completed in 111 milliseconds