Searched refs:R_CURSOR (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c227 if (flags == R_CURSOR) {
242 if (flags == R_CURSOR) {
309 if ((type != DB_RECNO) && (flags != R_CURSOR))
315 if ((type != DB_RECNO) && (flags != R_CURSOR))
446 else if (flags != R_CURSOR)
488 else if (flags == R_CURSOR)
583 if (!strcmp(s, "R_CURSOR")) return R_CURSOR;
601 case R_CURSOR: return "R_CURSOR";
[all...]
/freebsd-current/lib/libc/db/test/
H A Ddbtest.c200 if (flags == R_CURSOR) {
217 if (flags == R_CURSOR) {
288 if ((type != DB_RECNO) && (flags != R_CURSOR))
294 if ((type != DB_RECNO) && (flags != R_CURSOR))
424 else if (flags != R_CURSOR)
468 else if (flags == R_CURSOR)
522 if (!strcmp(s, "R_CURSOR")) return (R_CURSOR);
541 case R_CURSOR: return ("R_CURSOR");
[all...]
/freebsd-current/lib/libc/db/recno/
H A Drec_seq.c49 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
71 case R_CURSOR:
H A Drec_delete.c52 * flags: R_CURSOR if deleting what the cursor references
81 case R_CURSOR:
H A Drec_put.c49 * flag: R_CURSOR, R_IAFTER, R_IBEFORE, R_NOOVERWRITE
98 case R_CURSOR:
/freebsd-current/include/
H A Ddb.h58 #define R_CURSOR 1 /* del, put, seq */ macro
/freebsd-current/lib/libc/db/btree/
H A Dbt_put.c54 * flag: R_NOOVERWRITE, R_SETCURSOR, R_CURSOR
92 case R_CURSOR:
94 * If flags is R_CURSOR, put the cursor. Must already
146 if (flags == R_CURSOR) {
H A Dbt_seq.c65 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV.
100 case R_CURSOR:
134 * flags: R_CURSOR, R_FIRST, R_LAST, R_NEXT, R_PREV
155 case R_CURSOR: /* Keyed scan. */
H A Dbt_delete.c82 case R_CURSOR:
84 * If flags is R_CURSOR, delete the cursor. Must already
/freebsd-current/contrib/sendmail/libsmdb/
H A Dsmdb1.c139 return R_CURSOR;
330 return db->del(db, NULL, R_CURSOR);
382 return db->put(db, &dbkey, &dbdata, R_CURSOR);
/freebsd-current/lib/libc/db/test/btree.tests/
H A Dmain.c309 status = (*db->seq)(db, &key, &data, R_CURSOR);
330 status = (*db->del)(db, NULL, R_CURSOR);
512 status = (*db->put)(db, &key, &data, R_CURSOR);
/freebsd-current/lib/libc/db/hash/
H A Dhash.c554 if (flag && flag != R_CURSOR) {
/freebsd-current/contrib/sendmail/src/
H A Dudb.c224 i = (*up->udb_dbp->seq)(up->udb_dbp, &key, &info, R_CURSOR);

Completed in 272 milliseconds