Home
last modified time | relevance | path

Searched refs:dndx (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c207 hcp->dndx = 0;
222 hcp->dndx = 0;
227 hcp->dpgno, &hcp->dndx, &hcp->dpagep, &cmp)) != 0)
236 hcp->dndx = NUM_ENT(hcp->dpagep);
241 nval, hcp->dpagep, hcp->dndx, dbp->dup_compare) != 0)
243 switch (GET_BKEYDATA(hcp->dpagep, hcp->dndx)->type) {
246 hcp->dndx)->len);
253 __db_ditem(dbc, hcp->dpagep, hcp->dndx, del_len)) != 0)
259 hcp->dndx++;
264 nval, &hcp->dpagep, &hcp->dndx, __ham_overflow_page);
[all …]
H A Dhash.c431 &hcp->dpagep, hcp->dndx, __ham_del_page)) != 0)
440 hcp->dndx = NUM_ENT(hcp->dpagep);
452 hcp->dndx = 0; /* Case 2 */
941 hcp->dndx = 0;
948 hcp->dndx++;
951 hcp->dndx--;
956 hcp->dndx = 0;
968 hcp->dndx = NUM_ENT(hcp->dpagep) - 1;
983 hcp->dpgno, &hcp->dndx, &hcp->dpagep, &cmp))
1027 ndx = hcp->dndx;
[all …]
H A Dhash_page.c131 if (hcp->dndx >= NUM_ENT(hcp->dpagep)) {
144 hcp->dndx = NDX_INVALID;
222 hcp->dndx = NDX_INVALID;
358 hcp->dndx--;
361 } else if (hcp->dndx > 0) { /* Duplicates are off-page. */
362 hcp->dndx--;
383 hcp->dndx = NUM_ENT(hcp->pagep) - 1;
488 hcp->dndx++;
496 hcp->dndx++;
1841 hcp->dndx = 0;
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dhash.h68 db_indx_t dndx; /* Index within a duplicate set. */ member