bt_cursor 99 libdb/bt_close.c if (t->bt_cursor.key.data != NULL) { bt_cursor 100 libdb/bt_close.c free(t->bt_cursor.key.data); bt_cursor 101 libdb/bt_close.c t->bt_cursor.key.size = 0; bt_cursor 102 libdb/bt_close.c t->bt_cursor.key.data = NULL; bt_cursor 99 libdb/bt_delete.c c = &t->bt_cursor; bt_cursor 111 libdb/bt_delete.c if (__bt_stkacq(t, &h, &t->bt_cursor)) bt_cursor 490 libdb/bt_delete.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 491 libdb/bt_delete.c !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) && bt_cursor 492 libdb/bt_delete.c t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index == index && bt_cursor 520 libdb/bt_delete.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 521 libdb/bt_delete.c !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) && bt_cursor 522 libdb/bt_delete.c t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index > index) bt_cursor 523 libdb/bt_delete.c --t->bt_cursor.pg.index; bt_cursor 557 libdb/bt_delete.c c = &t->bt_cursor; bt_cursor 111 libdb/bt_put.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 112 libdb/bt_put.c !F_ISSET(&t->bt_cursor, bt_cursor 159 libdb/bt_put.c if ((h = mpool_get(t->bt_mp, t->bt_cursor.pg.pgno, 0)) == NULL) bt_cursor 161 libdb/bt_put.c index = t->bt_cursor.pg.index; bt_cursor 226 libdb/bt_put.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 227 libdb/bt_put.c !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) && bt_cursor 228 libdb/bt_put.c t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index >= index) bt_cursor 229 libdb/bt_put.c ++t->bt_cursor.pg.index; bt_cursor 103 libdb/bt_seq.c if (F_ISSET(&t->bt_cursor, CURS_INIT)) { bt_cursor 256 libdb/bt_seq.c c = &t->bt_cursor; bt_cursor 450 libdb/bt_seq.c if (t->bt_cursor.key.data != NULL) { bt_cursor 451 libdb/bt_seq.c free(t->bt_cursor.key.data); bt_cursor 452 libdb/bt_seq.c t->bt_cursor.key.size = 0; bt_cursor 453 libdb/bt_seq.c t->bt_cursor.key.data = NULL; bt_cursor 455 libdb/bt_seq.c F_CLR(&t->bt_cursor, CURS_ACQUIRE | CURS_AFTER | CURS_BEFORE); bt_cursor 458 libdb/bt_seq.c t->bt_cursor.pg.pgno = pgno; bt_cursor 459 libdb/bt_seq.c t->bt_cursor.pg.index = index; bt_cursor 460 libdb/bt_seq.c F_SET(&t->bt_cursor, CURS_INIT); bt_cursor 713 libdb/bt_split.c c = &t->bt_cursor; bt_cursor 308 libdb/btree.h CURSOR bt_cursor; /* cursor */