Home | History | Annotate | Download | only in btree

Lines Matching defs:pg

86 	pgno_t pg;
90 memmove(&pg, p, sizeof(pg));
95 if (pg == P_INVALID || sz == 0)
114 for (p = *buf;; p = (char *)p + nb, pg = h->nextpg) {
115 if ((h = mpool_get(t->bt_mp, pg, 0)) == NULL)
140 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg)
176 *pg = h->pgno;
200 pgno_t pg;
204 (void)memmove(&pg, p, sizeof(pg));
208 if (pg == P_INVALID || sz == 0)
211 if ((h = mpool_get(t->bt_mp, pg, 0)) == NULL)
225 pg = h->nextpg;
229 if ((h = mpool_get(t->bt_mp, pg, 0)) == NULL)