Searched refs:__ham_func5 (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_util.c60 return (__ham_func5(NULL, dbt->data, dbt->size));
79 return (__ham_func5(NULL, obj_data, lock_obj->lockobj.size));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_sig84 return (__ham_func5(NULL, t, i * sizeof(t[0])));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_func.c139 * slightly worse than __ham_func5 on strings, it performs horribly on
203 * PUBLIC: u_int32_t __ham_func5 __P((DB *, const void *, u_int32_t));
206 __ham_func5(dbp, key, len) function
H A Dhash_open.c104 ? __ham_func4 : __ham_func5;
257 hashp->h_hash = DB_HASHVERSION < 5 ? __ham_func4 : __ham_func5;
H A Dhash_verify.c61 hfunc = __ham_func5;
542 hfunc = __ham_func5;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_sig.c159 return (__ham_func5(NULL, t, i * sizeof(t[0])));
H A Denv_failchk.c14 #include "dbinc/hash.h" /* Needed for call to __ham_func5. */
314 indx = __ham_func5(NULL, &id.tid, sizeof(id.tid));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h98 #define FHASH(id, len) __ham_func5(NULL, id, (u_int32_t)(len))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dhash_ext.h60 u_int32_t __ham_func5 __P((DB *, const void *, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c1727 ? __ham_func4 : __ham_func5;

Completed in 80 milliseconds