Home
last modified time | relevance | path

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 Drec_seq.c87 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 Drec_delete.c93 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
H A Drec_put.c112 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c134 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 Dbt_put.c108 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
230 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
H A Dbt_delete.c99 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 Dbtree.h298 #define CURS_INIT 0x08 /* RB: Cursor initialized. */ macro
H A Dbt_split.c715 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {