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

/freebsd-9.3-release/lib/libc/db/recno/
H A Drec_seq.c81 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
90 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
118 F_SET(&t->bt_cursor, CURS_INIT);
H A Drec_delete.c86 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
H A Drec_put.c103 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_put.c100 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
217 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
H A Dbt_seq.c97 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
440 F_SET(&t->bt_cursor, CURS_INIT);
H A Dbt_delete.c92 if (F_ISSET(c, CURS_INIT)) {
471 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
501 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
H A Dbtree.h261 * CURS_INIT The cursor references *something*.
280 #define CURS_INIT 0x08 /* RB: Cursor initialized. */ macro
H A Dbt_split.c685 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {

Completed in 124 milliseconds