tdb.c | 966 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))) [all...] |