Searched defs:hashfunc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c125 HashFuncPtr hashfunc; member in struct:HashTable_struct
1740 int index = pTable->hashfunc(pTable->size, key);
1752 int index = pTable->hashfunc(pTable->size, key);
1767 int index = pTable->hashfunc(pTable->size, key);
1779 int index = pTable->hashfunc(pTable->size, key);
1823 (*ppTable)->hashfunc = hashf;
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c122 int (*hashfunc)(); member in struct:__anon5240
2286 if (hash->hash_len > 0 && hash->hashfunc != NULL) {
2289 result = hash->hashfunc(cksum, mp->b_rptr,
2498 if (hash->hashfunc) {
2499 (void) hash->hashfunc(newcksum, optr, inlen);

Completed in 54 milliseconds