Searched refs:h_charkey (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h94 int32_t h_charkey; /* value of hash(CHARKEY) */ member in struct:hashhdr
H A Dhash.c189 != hashp->hdr.h_charkey)
623 hashp->hdr.h_charkey = hashp->hash(CHARKEY, sizeof(CHARKEY));
1061 P_32_COPY(srcp->h_charkey, destp->h_charkey);
1090 M_32_SWAP(hdrp->h_charkey);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h90 u_int32_t h_charkey; /* 52-55: Value of hash(CHARKEY) */ member in struct:hashhdr
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c301 fprintf(fp, "\th_charkey %#lx\n", (u_long)hcp->hdr->h_charkey);
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c140 hcp->hdr->h_charkey) {
219 hcp->hdr->h_charkey = dbp->h_hash(CHARKEY, sizeof(CHARKEY));

Completed in 348 milliseconds