bt_cursor 97 libdb/bt_close.c if (t->bt_cursor.key.data != NULL) { bt_cursor 98 libdb/bt_close.c free(t->bt_cursor.key.data); bt_cursor 99 libdb/bt_close.c t->bt_cursor.key.size = 0; bt_cursor 100 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 482 libdb/bt_delete.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 483 libdb/bt_delete.c !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) && bt_cursor 484 libdb/bt_delete.c t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index == index && bt_cursor 512 libdb/bt_delete.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 513 libdb/bt_delete.c !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) && bt_cursor 514 libdb/bt_delete.c t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index > index) bt_cursor 515 libdb/bt_delete.c --t->bt_cursor.pg.index; bt_cursor 547 libdb/bt_delete.c c = &t->bt_cursor; bt_cursor 110 libdb/bt_put.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 111 libdb/bt_put.c !F_ISSET(&t->bt_cursor, bt_cursor 158 libdb/bt_put.c if ((h = mpool_get(t->bt_mp, t->bt_cursor.pg.pgno, 0)) == NULL) bt_cursor 160 libdb/bt_put.c index = t->bt_cursor.pg.index; bt_cursor 225 libdb/bt_put.c if (F_ISSET(&t->bt_cursor, CURS_INIT) && bt_cursor 226 libdb/bt_put.c !F_ISSET(&t->bt_cursor, CURS_ACQUIRE) && bt_cursor 227 libdb/bt_put.c t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index >= index) bt_cursor 228 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 255 libdb/bt_seq.c c = &t->bt_cursor; bt_cursor 447 libdb/bt_seq.c if (t->bt_cursor.key.data != NULL) { bt_cursor 448 libdb/bt_seq.c free(t->bt_cursor.key.data); bt_cursor 449 libdb/bt_seq.c t->bt_cursor.key.size = 0; bt_cursor 450 libdb/bt_seq.c t->bt_cursor.key.data = NULL; bt_cursor 452 libdb/bt_seq.c F_CLR(&t->bt_cursor, CURS_ACQUIRE | CURS_AFTER | CURS_BEFORE); bt_cursor 455 libdb/bt_seq.c t->bt_cursor.pg.pgno = pgno; bt_cursor 456 libdb/bt_seq.c t->bt_cursor.pg.index = index; bt_cursor 457 libdb/bt_seq.c F_SET(&t->bt_cursor, CURS_INIT); bt_cursor 707 libdb/bt_split.c c = &t->bt_cursor; bt_cursor 335 libdb/btree.h CURSOR bt_cursor; /**< cursor */