Searched refs:DB_ORDERCHKONLY (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DVerifyConfig.java231 flags |= orderCheckOnly ? DbConstants.DB_ORDERCHKONLY : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbConstants.java112 int DB_ORDERCHKONLY = 0x00000004; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c59 DB_NOORDERCHK | DB_ORDERCHKONLY | DB_PRINTABLE | DB_SALVAGE | DB_UNREF)
164 * DB_ORDERCHKONLY is mutually exclusive with DB_SALVAGE and
168 DB_ORDERCHKONLY, DB_SALVAGE | DB_NOORDERCHK)) != 0)
170 if (LF_ISSET(DB_ORDERCHKONLY) && dname == NULL) {
171 __db_errx(env, "DB_ORDERCHKONLY requires a database name");
188 * flags may be 0, DB_NOORDERCHK, DB_ORDERCHKONLY, or DB_SALVAGE
297 * DB_ORDERCHKONLY is a special case; our file consists of
301 * DB_ORDERCHKONLY allows us to come back and check those things; it
305 if (LF_ISSET(DB_ORDERCHKONLY)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts415 DB_ORDERCHKONLY => DEFINE,
H A DBerkeleyDB.pm311 DB_ORDERCHKONLY
H A Dconstants.h2748 DB_OPFLAGS_MASK DB_ORDERCHKONLY DB_PRIORITY_LOW DB_REGION_MAGIC
2927 if (memEQ(name, "DB_ORDERCHKONLY", 15)) {
2929 #ifdef DB_ORDERCHKONLY
2930 *iv_return = DB_ORDERCHKONLY;
5532 DB_OLD_VERSION DB_OPEN_CALLED DB_OPFLAGS_MASK DB_ORDERCHKONLY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2330 #define DB_ORDERCHKONLY 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2313 #define DB_ORDERCHKONLY 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2335 #define DB_ORDERCHKONLY 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2322 #define DB_ORDERCHKONLY 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2365 #define DB_ORDERCHKONLY 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2365 #define DB_ORDERCHKONLY 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp491 REGISTER_LONG_CONSTANT("DB_ORDERCHKONLY", DB_ORDERCHKONLY, CONST_CS | CONST_PERSISTENT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c3145 flags |= DB_ORDERCHKONLY;

Completed in 358 milliseconds