Lines Matching refs:bt_cursor
93 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
239 c = &t->bt_cursor;
426 if (t->bt_cursor.key.data != NULL) {
427 free(t->bt_cursor.key.data);
428 t->bt_cursor.key.size = 0;
429 t->bt_cursor.key.data = NULL;
431 F_CLR(&t->bt_cursor, CURS_ACQUIRE | CURS_AFTER | CURS_BEFORE);
434 t->bt_cursor.pg.pgno = pgno;
435 t->bt_cursor.pg.index = idx;
436 F_SET(&t->bt_cursor, CURS_INIT);