Searched refs:DB_GET_BOTHC (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash.c451 case DB_GET_BOTHC:
546 case DB_GET_BOTHC:
1340 flags != DB_GET_BOTHC && flags != DB_GET_BOTH_RANGE)
1377 flags == DB_GET_BOTHC || flags == DB_GET_BOTH_RANGE) {
1383 if (flags == DB_GET_BOTHC)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_cam.c605 (flags == DB_CURRENT || flags == DB_GET_BOTHC ||
648 case DB_GET_BOTHC:
735 case DB_GET_BOTHC:
1958 case DB_GET_BOTHC:
1986 if (flags == DB_GET_BOTH || flags == DB_GET_BOTHC ||
2002 if (ret == 0 || flags == DB_GET_BOTH || flags == DB_GET_BOTHC ||
2095 case DB_GET_BOTHC:
H A Ddb_join.c782 * using DB_GET_BOTHC (which is faster than iteratively doing
837 ret = __dbc_get(dbc, key, data, opmods | DB_GET_BOTHC);
H A Ddb_iface.c2183 case DB_GET_BOTHC:
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_recno.c429 case DB_GET_BOTHC:
534 flags == DB_GET_BOTHC || flags == DB_GET_BOTH_RANGE) {
H A Dbt_cursor.c897 case DB_GET_BOTHC:
1657 * We're doing a DBC->get(DB_GET_BOTHC) and we're already searching
1697 * item for the key. If the original flag was DB_GET_BOTHC, the cursor
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts407 DB_GET_BOTHC => DEFINE,
H A DBerkeleyDB.pm169 DB_GET_BOTHC
H A Dconstants.h1185 DB_DSYNC_LOG DB_DUPCURSOR DB_ENV_FATAL DB_FAST_STAT DB_GET_BOTHC
1287 if (memEQ(name, "DB_GET_BOTHC", 12)) {
1289 #ifdef DB_GET_BOTHC
1290 *iv_return = DB_GET_BOTHC;
5500 DB_FREE_SPACE DB_GETREC DB_GET_BOTH DB_GET_BOTHC
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1143 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1133 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1122 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1131 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1170 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1170 #define DB_GET_BOTHC 9 /* Dbc.get (internal) */ macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp567 REGISTER_LONG_CONSTANT("DB_GET_BOTHC", DB_GET_BOTHC, CONST_CS | CONST_PERSISTENT);

Completed in 209 milliseconds