Searched refs:CURS_INIT (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_seq.c | 87 if (F_ISSET(&t->bt_cursor, CURS_INIT)) { 96 if (F_ISSET(&t->bt_cursor, CURS_INIT)) { 124 F_SET(&t->bt_cursor, CURS_INIT);
|
H A D | rec_delete.c | 93 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
|
H A D | rec_put.c | 112 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_seq.c | 134 if (F_ISSET(&t->bt_cursor, CURS_INIT)) { 521 F_SET(&t->bt_cursor, CURS_INIT); 673 if (F_ISSET(&rc->cursor, CURS_INIT)) { 798 F_SET(&rc->cursor, CURS_INIT); 906 F_SET(c, CURS_INIT);
|
H A D | bt_put.c | 108 if (F_ISSET(&t->bt_cursor, CURS_INIT) && 230 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
|
H A D | bt_delete.c | 99 if (F_ISSET(c, CURS_INIT)) { 489 if (F_ISSET(&t->bt_cursor, CURS_INIT) && 519 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
|
H A D | btree.h | 298 #define CURS_INIT 0x08 /* RB: Cursor initialized. */ macro
|
H A D | bt_split.c | 715 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {
|