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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtdb.c66 static tdb_off_t tdb_find(struct tdb_context *tdb, TDB_DATA key, u32 hash, function
92 /* As tdb_find, but if you succeed, keep the lock */
100 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
116 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
346 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.c542 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, unsigned int hash, function
631 rec_ptr = tdb_find(tdb, key, hash, &rec);
675 rec_ptr = tdb_find(tdb, key, hash, &rec);
711 rec_ptr = tdb_find(tdb, key, hash, &rec);
864 rec_ptr = tdb_find(tdb, key, hash, &rec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c966 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, function
999 /* As tdb_find, but if you succeed, keep the lock */
1007 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
1049 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
1517 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
1564 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c974 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, function
1019 /* As tdb_find, but if you succeed, keep the lock */
1030 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
1072 if (!(rec_ptr = tdb_find(tdb, key, tdb_hash(&key), &rec)))
1529 if (!(rec_ptr = tdb_find(tdb, key, tdb_hash(&key), &rec)))
1578 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {

Completed in 185 milliseconds