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

/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c356 db_pgno_t ppgno, chg_pgno; local
429 chg_pgno = hcp->dpgno;
449 chg_pgno = PGNO_INVALID;
470 if (chg_pgno != PGNO_INVALID)
471 __ham_c_update(hcp, chg_pgno, 0, 0, 1);
1241 __ham_c_update(hcp, chg_pgno, len, add, is_dup)
1243 db_pgno_t chg_pgno;
1262 * chg_pgno, and the pgno in the cursor will be different. If this
1265 * is the same (no delete) or different (delete) than chg_pgno.
1269 chg_pgno !
[all...]
H A Dhash_page.c611 db_pgno_t chg_pgno, pgno; local
761 chg_pgno = PGNO(p);
810 chg_pgno = PGNO(p);
828 chg_pgno = hcp->pgno;
831 __ham_c_update(hcp, chg_pgno, 0, 0, 0);

Completed in 19 milliseconds