Searched refs:dup_tlen (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash.h71 db_indx_t dup_tlen; /* Total length of duplicate entry. */ member in struct:cursor_t
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c485 hcp->dup_tlen -= DUP_SIZE(hcp->dup_len);
937 hcp->dup_tlen = LEN_HDATA(hcp->pagep,
949 } while (hcp->dup_off < hcp->dup_tlen);
1324 lcp->dup_tlen += len;
1328 lcp->dup_tlen -= len;
H A Dhash_page.c225 hcp->dup_tlen = 0;
466 hcp->dup_tlen == hcp->dup_off) {
491 hcp->dup_tlen && F_ISSET(hcp, H_DUPONLY)) {
498 if (hcp->dup_off >= hcp->dup_tlen) {

Completed in 36 milliseconds