Lines Matching refs:bt_cursor
95 c = &t->bt_cursor;
107 if (__bt_stkacq(t, &h, &t->bt_cursor))
477 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
478 !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) &&
479 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index == idx &&
507 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
508 !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) &&
509 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index > idx)
510 --t->bt_cursor.pg.index;
540 c = &t->bt_cursor;