HomeSort by relevance Sort by last modified time
    Searched refs:tdb_find (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
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...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 3108 static tdb_off_t tdb_find(struct tdb_context *tdb, TDB_DATA key, u32 hash, function
    [all...]

Completed in 51 milliseconds