HomeSort by: relevance | last modified time | path
    Searched refs:CURS_INIT (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/db/recno/
rec_seq.c 85 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);
rec_delete.c 91 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
rec_put.c 108 if (!F_ISSET(&t->bt_cursor, CURS_INIT))
  /src/lib/libc/db/btree/
bt_put.c 105 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
222 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
bt_delete.c 96 if (F_ISSET(c, CURS_INIT)) {
477 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
507 if (F_ISSET(&t->bt_cursor, CURS_INIT) &&
bt_seq.c 106 if (F_ISSET(&t->bt_cursor, CURS_INIT)) {
574 F_SET(&t->bt_cursor, CURS_INIT);
btree.h 314 * CURS_INIT The cursor references *something*.
333 #define CURS_INIT 0x08 /* RB: Cursor initialized. */
bt_split.c 718 if (F_ISSET(c, CURS_INIT) && c->pg.pgno == h->pgno) {

Completed in 264 milliseconds