Home
last modified time | relevance | path

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.c185 != hashp->hdr.h_charkey)
616 hashp->hdr.h_charkey = hashp->hash(CHARKEY, sizeof(CHARKEY));
1054 P_32_COPY(srcp->h_charkey, destp->h_charkey);
1083 M_32_SWAP(hdrp->h_charkey);
H A Dhash.h92 int32_t h_charkey; /* value of hash(CHARKEY) */ member
/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
/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));
/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);