Searched refs:DBC_WRITECURSOR (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_stati.c417 { DBC_WRITECURSOR, "DBC_WRITECURSOR" },
H A Ddb_cam.c37 if (!F_ISSET(dbc, DBC_WRITECURSOR | DBC_WRITER)) \
40 if (F_ISSET(dbc, DBC_WRITECURSOR) && \
48 if (F_ISSET(dbc, DBC_WRITECURSOR)) \
435 DBC_READ_COMMITTED | DBC_READ_UNCOMMITTED | DBC_WRITECURSOR));
443 &dbc_n->lock_dbt, F_ISSET(dbc_orig, DBC_WRITECURSOR) ?
H A Ddb_iface.c374 F_SET(dbc, DBC_WRITECURSOR);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts330 DBC_WRITECURSOR => IGNORE,
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1725 #define DBC_WRITECURSOR 0x1000 /* Cursor may be used to write (CDB). */
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_cursor.c425 if (F_ISSET(dbc, DBC_WRITECURSOR)) {
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1715 #define DBC_WRITECURSOR 0x1000 /* Cursor may be used to write (CDB). */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1704 #define DBC_WRITECURSOR 0x1000 /* Cursor may be used to write (CDB). */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1713 #define DBC_WRITECURSOR 0x1000 /* Cursor may be used to write (CDB). */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1752 #define DBC_WRITECURSOR 0x1000 /* Cursor may be used to write (CDB). */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1752 #define DBC_WRITECURSOR 0x1000 /* Cursor may be used to write (CDB). */ macro

Completed in 266 milliseconds