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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtdb.c80 if (!TDB_DEAD(r) && hash==r->full_hash
159 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
199 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
216 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
243 if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1)
251 last_ptr = TDB_HASH_TOP(rec->full_hash);
369 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0)
485 rec.full_hash = hash;
528 rec.full_hash = hash;
H A Ddump.c44 "key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
46 rec.full_hash, rec.magic);
H A Dtdb_private.h99 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
H A Dtraverse.c315 tdb->travlocks.hash = BUCKET(rec.full_hash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c170 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);
1377 tdb->travlocks.hash = BUCKET(rec.full_hash);
1411 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c173 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
519 printf(" rec: offset=%u next=%d rec_len=%d key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
520 offset, rec.next, rec.rec_len, rec.key_len, rec.data_len, rec.full_hash, rec.magic);
988 if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) {
1117 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1133 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1197 if (ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1)
1205 last_ptr = TDB_HASH_TOP(rec->full_hash);
1395 tdb->travlocks.hash = BUCKET(rec.full_hash);
1429 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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;

Completed in 68 milliseconds