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

  /external/ppp/pppd/
tdb.h 115 u32 (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
128 tdb_hash_func hash_fn);
tdb.c 1086 hash = tdb->hash_fn(&key);
1118 u32 hash = tdb->hash_fn(&key);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 242 unsigned int (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
747 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
755 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
761 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
767 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
772 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
777 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
782 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
    [all...]
tdb.h 150 tdb_hash_func hash_fn);

Completed in 31 milliseconds