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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c202 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
544 printf(" rec: offset=%u next=%d rec_len=%d key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
545 offset, rec.next, rec.rec_len, rec.key_len, rec.data_len, rec.full_hash, rec.magic);
1015 if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) {
1131 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1147 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1217 if (ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1)
1225 last_ptr = TDB_HASH_TOP(rec->full_hash);
1419 tdb->travlocks.hash = BUCKET(rec.full_hash);
1453 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLC
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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 166 milliseconds