OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 06:10:02 GMT 2025