Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c207 hcp->dndx = 0;
222 hcp->dndx = 0;
236 hcp->dndx = NUM_ENT(hcp->dpagep);
243 switch (GET_BKEYDATA(hcp->dpagep, hcp->dndx)->type) {
246 hcp->dndx)->len);
259 hcp->dndx++;
282 db_indx_t dndx, i, len, off; local
300 dndx = 0;
326 (u_int32_t)dndx, dbt.size, &dbt, NULL);
344 dndx = i;
[all …]
H A Dhash.c941 hcp->dndx = 0;
948 hcp->dndx++;
951 hcp->dndx--;
1297 lcp->dndx = hcp->dndx;
1314 if (add && lcp->dndx >= hcp->dndx )
1315 lcp->dndx++;
1316 else if (!add && lcp->dndx > hcp->dndx)
1317 lcp->dndx--;
1318 else if (!add && lcp->dndx == hcp->dndx)
1325 if (lcp->dndx > 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;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h68 db_indx_t dndx; /* Index within a duplicate set. */ member