Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/recno/
H A Drec_seq.c76 if (F_ISSET(&t->bt_cursor, CURS_INIT)) { in __rec_seq()
85 if (F_ISSET(&t->bt_cursor, CURS_INIT)) { in __rec_seq()
113 F_SET(&t->bt_cursor, CURS_INIT); in __rec_seq()
H A Drec_delete.c82 if (!F_ISSET(&t->bt_cursor, CURS_INIT)) in __rec_delete()
H A Drec_put.c99 if (!F_ISSET(&t->bt_cursor, CURS_INIT)) in __rec_put()
/freebsd/lib/libc/db/btree/
H A Dbt_put.c97 if (F_ISSET(&t->bt_cursor, CURS_INIT) && in __bt_put()
214 if (F_ISSET(&t->bt_cursor, CURS_INIT) && in __bt_put()
H A Dbt_seq.c93 if (F_ISSET(&t->bt_cursor, CURS_INIT)) { in __bt_seq()
436 F_SET(&t->bt_cursor, CURS_INIT); in __bt_setcur()
H A Dbt_delete.c88 if (F_ISSET(c, CURS_INIT)) { in __bt_delete()
467 if (F_ISSET(&t->bt_cursor, CURS_INIT) && in __bt_dleaf()
497 if (F_ISSET(&t->bt_cursor, CURS_INIT) && in __bt_dleaf()
H A Dbtree.h279 #define CURS_INIT 0x08 /* RB: Cursor initialized. */ macro
H A Dbt_split.c686 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) { in bt_psplit()