gethash
next = gethash(prefix, rid, htsize);
hash = next = gethash(prefix, rid, htsize);
if (nscdb->gethash)
*hash = nscdb->gethash(&entry->key, nscdb->htsize);
uint_t (*gethash)(nss_XbyY_key_t *, int),
if (gethash == NULL) {
nscdb->gethash = nsc_db_ces_key_gethash;
nscdb->gethash = nsc_db_cis_key_gethash;
nscdb->gethash = nsc_db_int_key_gethash;
nscdb->gethash = gethash;
uint_t (*gethash)(nss_XbyY_key_t *, int);
uint_t (*gethash)(nss_XbyY_key_t *, int),