Home
last modified time | relevance | path

Searched refs:rcursor (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c88 nrec = t->bt_cursor.rcursor + 1;
97 if ((nrec = t->bt_cursor.rcursor - 1) == 0)
125 t->bt_cursor.rcursor = nrec;
H A Drec_delete.c97 status = rec_rdelete(t, t->bt_cursor.rcursor - 1);
99 --t->bt_cursor.rcursor;
H A Drec_close.c147 scursor = t->bt_cursor.rcursor;
179 t->bt_cursor.rcursor = scursor;
H A Drec_put.c114 nrec = t->bt_cursor.rcursor;
174 t->bt_cursor.rcursor = nrec;
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h293 recno_t rcursor; /* R: recno cursor (1-based) */ member