Searched refs:hashf (Results 1 – 2 of 2) sorted by relevance
| /titanic_53/usr/src/contrib/ast/src/lib/libast/include/ |
| H A D | cdt.h | 125 Dthash_f hashf; /* to compute hash value */ member 133 (dc)->comparf = (cmpf), (dc)->hashf = (hshf), \ 318 #define _DTHSH(dt,ky,dc) ((dc)->hashf ? (*(dc)->hashf)((dt), (ky), (dc)) : \
|
| /titanic_53/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | memcache.c | 229 static int htable_create(int size_limit, HashFuncPtr hashf, 1804 htable_create(int size_limit, HashFuncPtr hashf, 1823 (*ppTable)->hashfunc = hashf;
|