Searched refs:h_hash (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c778 if (hp->h_hash != hash)
882 if (hpa->h_hash < hpb->h_hash)
884 if (hpa->h_hash > hpb->h_hash)
969 fhp->fh_table[hindex].h_hash =
979 fhp->fh_table[hindex].h_hash = 0;
1101 hp->h_hash = fhp->fh_hash_func[ht](NULL, 0,
1137 uint_t bucket = hp->h_hash % fhp->fh_size;
1230 uint_t hash = hp->h_hash;
[all...]
H A Dfiles_common.h56 uint_t h_hash; member in struct:files_hashent
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c107 if (dbinfo != NULL && dbinfo->h_hash != NULL)
108 dbp->h_hash = dbinfo->h_hash;
136 if (dbp->h_hash == NULL)
137 dbp->h_hash =
139 if (dbp->h_hash(CHARKEY, sizeof(CHARKEY)) !=
217 if (dbp->h_hash == NULL)
218 dbp->h_hash = hcp->hdr->version < 5 ? __ham_func4 : __ham_func5;
219 hcp->hdr->h_charkey = dbp->h_hash(CHARKEY, sizeof(CHARKEY));
884 n = (u_int32_t)(hcp->dbc->dbp->h_hash(
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h325 u_int32_t (*h_hash) /* Hash function. */ member in struct:__db_info
444 u_int32_t (*h_hash) /* Hash function. */ member in struct:__db

Completed in 31 milliseconds