OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcursor
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/db/recno/
rec_seq.c
86
nrec = t->bt_cursor.
rcursor
+ 1;
95
if ((nrec = t->bt_cursor.
rcursor
- 1) == 0)
123
t->bt_cursor.
rcursor
= nrec;
rec_close.c
142
scursor = t->bt_cursor.
rcursor
;
176
t->bt_cursor.
rcursor
= scursor;
rec_delete.c
95
status = rec_rdelete(t, t->bt_cursor.
rcursor
- 1);
97
--t->bt_cursor.
rcursor
;
rec_put.c
110
nrec = t->bt_cursor.
rcursor
;
173
t->bt_cursor.
rcursor
= nrec;
/src/lib/libc/db/btree/
btree.h
328
recno_t
rcursor
; /* R: recno cursor (1-based) */
member in struct:_cursor
Completed in 14 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025