Lines Matching refs:bt_cursor
106 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
258 c = &t->bt_cursor;
564 if (t->bt_cursor.key.data != NULL) {
565 free(t->bt_cursor.key.data);
566 t->bt_cursor.key.size = 0;
567 t->bt_cursor.key.data = NULL;
569 F_CLR(&t->bt_cursor, CURS_ACQUIRE | CURS_AFTER | CURS_BEFORE);
572 t->bt_cursor.pg.pgno = pgno;
573 t->bt_cursor.pg.index = idx;
574 F_SET(&t->bt_cursor, CURS_INIT);