Searched refs:CURS_INIT (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c85 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
94 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
122 F_SET(&t->bt_cursor, CURS_INIT);
H A Drec_delete.c91 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
H A Drec_put.c110 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c106 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
228 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
H A Dbt_seq.c128 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
518 F_SET(&t->bt_cursor, CURS_INIT);
670 if (F_ISSET(&rc->cursor, CURS_INIT)) {
795 F_SET(&rc->cursor, CURS_INIT);
903 F_SET(c, CURS_INIT);
H A Dbt_delete.c97 if (F_ISSET(c, CURS_INIT)) {
487 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
517 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
H A Dbtree.h264 * CURS_INIT The cursor references *something*.
283 #define CURS_INIT 0x08 /* RB: Cursor initialized. */ macro
H A Dbt_split.c713 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {

Completed in 31 milliseconds