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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.h115 u32 (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
128 tdb_hash_func hash_fn);
H A Dtdb.c1121 hash = tdb->hash_fn(&key);
1153 u32 hash = tdb->hash_fn(&key);
1416 tdb->travlocks.off = tdb_find_lock_hash(tdb, oldkey, tdb->hash_fn(&oldkey), F_WRLCK, &rec);
1460 u32 hash = tdb->hash_fn(&key);
1478 hash = tdb->hash_fn(&key);
1594 hash = tdb->hash_fn(&key);
1721 tdb_hash_func hash_fn)
1740 tdb->hash_fn = hash_fn ? hash_fn
1718 tdb_open_ex(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, tdb_log_func log_fn, tdb_hash_func hash_fn) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h115 u32 (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
128 tdb_hash_func hash_fn);
H A Dtdb.c1086 hash = tdb->hash_fn(&key);
1118 u32 hash = tdb->hash_fn(&key);
1374 tdb->travlocks.off = tdb_find_lock_hash(tdb, oldkey, tdb->hash_fn(&oldkey), F_WRLCK, &rec);
1418 u32 hash = tdb->hash_fn(&key);
1436 hash = tdb->hash_fn(&key);
1552 hash = tdb->hash_fn(&key);
1679 tdb_hash_func hash_fn)
1698 tdb->hash_fn = hash_fn ? hash_fn
1676 tdb_open_ex(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, tdb_log_func log_fn, tdb_hash_func hash_fn) argument
[all...]

Completed in 130 milliseconds