Home | History | Annotate | Download | only in btree

Lines Matching defs:pg

77 	pgno_t pg;
126 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR)
130 memmove(kb, &pg, sizeof(pg));
137 if (__ovfl_put(t, data, &pg) == RET_ERROR)
141 memmove(db, &pg, sizeof(pg));
155 if ((h = mpool_get(t->bt_mp, t->bt_cursor.pg.pgno, 0)) == NULL)
157 idx = t->bt_cursor.pg.index;
224 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index >= idx)
225 ++t->bt_cursor.pg.index;