OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R_CURSOR
(Results
1 - 12
of
12
) sorted by relevancy
/src/share/examples/refuse/dbfs/
dbfs.c
67
if ((*db->seq)(db, &k, &v,
R_CURSOR
) != 0) {
101
flag =
R_CURSOR
;
145
if ((*db->seq)(db, &k, &v,
R_CURSOR
) != 0) {
/src/tests/lib/libc/db/
h_db.c
223
if (flags ==
R_CURSOR
) {
238
if (flags ==
R_CURSOR
) {
305
if ((type != DB_RECNO) && (flags !=
R_CURSOR
))
311
if ((type != DB_RECNO) && (flags !=
R_CURSOR
))
440
else if (flags !=
R_CURSOR
)
482
else if (flags ==
R_CURSOR
)
567
if (!strcmp(s, "
R_CURSOR
")) return
R_CURSOR
;
585
case
R_CURSOR
: return "
R_CURSOR
";
[
all
...]
/src/lib/libc/db/recno/
rec_seq.c
58
* flags:
R_CURSOR
, R_FIRST, R_LAST, R_NEXT, R_PREV.
80
case
R_CURSOR
:
rec_delete.c
61
* flags:
R_CURSOR
if deleting what the cursor references
90
case
R_CURSOR
:
rec_put.c
58
* flag:
R_CURSOR
, R_IAFTER, R_IBEFORE, R_NOOVERWRITE
107
case
R_CURSOR
:
/src/lib/libc/db/btree/
bt_put.c
100
case
R_CURSOR
:
102
* If flags is
R_CURSOR
, put the cursor. Must already
154
if (flags ==
R_CURSOR
) {
bt_seq.c
76
* flags:
R_CURSOR
, R_FIRST, R_LAST, R_NEXT, R_PREV, R_RNEXT, R_RPREV.
113
case
R_CURSOR
:
147
* flags:
R_CURSOR
, R_FIRST, R_LAST, R_NEXT, R_PREV, R_RNEXT, R_RPREV.
168
case
R_CURSOR
: /* Keyed scan. */
278
* that seq(..., R_NEXT)/put(...,
R_CURSOR
) pairs are going to exhibit
bt_delete.c
90
case
R_CURSOR
:
92
* If flags is
R_CURSOR
, delete the cursor. Must already
/src/include/
db.h
60
#define
R_CURSOR
1 /* del, put, seq */
/src/usr.sbin/ypserv/common/
ypdb.c
268
status = (db->seq)(db, &nk, &nd,
R_CURSOR
);
/src/usr.bin/db/
db.c
522
seqflags =
R_CURSOR
;
/src/lib/libc/db/hash/
hash.c
559
if (flag && flag !=
R_CURSOR
) {
Completed in 16 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025