Home | History | Annotate | Download | only in pppd

Lines Matching refs:tdb_find

966 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash,
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))) {