Lines Matching refs:gethash
394 * case insensitive name gethash routine _NSC_DB_CIS_KEY
403 * case sensitive name gethash routine _NSC_DB_CES_KEY
412 * integer gethash routine _NSC_DB_INT_KEY
434 if (nscdb->gethash)
435 *hash = nscdb->gethash(&entry->key, nscdb->htsize);
698 uint_t (*gethash)(nss_XbyY_key_t *, int),
771 /* Assign gethash routine */
772 if (gethash == NULL) {
774 nscdb->gethash = nsc_db_ces_key_gethash;
776 nscdb->gethash = nsc_db_cis_key_gethash;
778 nscdb->gethash = nsc_db_int_key_gethash;
782 nscdb->gethash = gethash;