Searched defs:dndx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c120 * hcp->dndx is the first free ndx or the index of the
207 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
282 db_indx_t dndx, i, len, off; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash.h68 db_indx_t dndx; /* Index within a duplicate set. */ member in struct:cursor_t

Completed in 21 milliseconds