Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c152 if (hcp->bndx >= (db_indx_t)H_NUMPAIRS(hcp->pagep)) {
412 hcp->bndx = H_NUMPAIRS(hcp->pagep);
429 hcp->bndx = H_NUMPAIRS(hcp->pagep);
1111 for (n = 0; n < (db_indx_t)H_NUMPAIRS(temp_pagep); n++) {
1274 while (H_NUMPAIRS(hcp->pagep) && NEXT_PGNO(hcp->pagep) !=
1303 hcp->bndx = H_NUMPAIRS(hcp->pagep);
1351 (u_int32_t)H_NUMPAIRS(hcp->pagep),
1378 (u_int32_t)H_NUMPAIRS(hcp->pagep) > hcp->hdr->ffactor))
1904 if ((db_indx_t)pndx != H_NUMPAIRS(p) - 1) {
1920 for (n = (db_indx_t)pndx; n < (db_indx_t)(H_NUMPAIRS(p) - 1); n++) {
H A Dhash_dup.c527 (u_int32_t)H_NUMPAIRS(next_pagep), &LSN(next_pagep),
546 hcp->bndx = H_NUMPAIRS(hcp->pagep) - 1;
H A Dhash_rec.c140 argp->ndx == (u_int32_t)H_NUMPAIRS(pagep)) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h325 #define H_NUMPAIRS(pg) (NUM_ENT(pg) / 2) macro