Searched refs:LEN_HKEYDATA (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 301 #define LEN_HKEYDATA(pg, psize, indx) \ macro 333 #define LEN_HDATA(p, psize, pindx) LEN_HKEYDATA(p, psize, H_DATAINDEX(pindx)) 334 #define LEN_HKEY(p, psize, pindx) LEN_HKEYDATA(p, psize, H_KEYINDEX(pindx))
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_ret.c | 57 len = LEN_HKEYDATA(h, dbp->pgsize, indx);
|
H A D | db_conv.c | 134 len = LEN_HKEYDATA(h, pagesize, i);
|
H A D | db_pr.c | 500 len = LEN_HKEYDATA(h, 0, i); 517 LEN_HKEYDATA(h, 0, i));
|
/titanic_50/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 896 len = LEN_HKEYDATA(hcp->pagep, 1034 else if ((u_int32_t)off >= LEN_HKEYDATA(pagep, pgsize, ndx)) { 1036 LEN_HKEYDATA(pagep, pgsize, ndx) - src;
|
H A D | hash_dup.c | 124 new_size = DUP_SIZE(nval->size) - del_len + LEN_HKEYDATA(hcp->pagep,
|