Searched refs:DB_CHKSUM (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c670 if (FLD_ISSET(*inflagsp, DB_CHKSUM)) {
672 FLD_CLR(*inflagsp, DB_CHKSUM);
696 DB_CHKSUM,
/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.java18 int DB_CHKSUM = 0x00000004; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2008 dbFlags |= checksum ? DbConstants.DB_CHKSUM : 0;
2096 checksum = (dbFlags & DbConstants.DB_CHKSUM) != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts641 DB_CHKSUM => DEFINE,
H A DBerkeleyDB.pm65 DB_CHKSUM
H A Dconstants.h259 DB_APPEND DB_BEFORE DB_CHKSUM DB_CLIENT DB_COMMIT DB_CREATE DB_CURLSN
422 if (memEQ(name, "DB_CHKSUM", 9)) {
424 #ifdef DB_CHKSUM
425 *iv_return = DB_CHKSUM;
5471 DB_CACHED_COUNTS DB_CDB_ALLDB DB_CHECKPOINT DB_CHKSUM
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c696 FLAG(name, value, "chksum", DB_CHKSUM); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c681 FLAG(name, value, "chksum", DB_CHKSUM); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2257 #define DB_CHKSUM 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2240 #define DB_CHKSUM 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2262 #define DB_CHKSUM 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2249 #define DB_CHKSUM 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2292 #define DB_CHKSUM 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2292 #define DB_CHKSUM 0x00000004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp479 REGISTER_LONG_CONSTANT("DB_CHKSUM", DB_CHKSUM, 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.c2572 { DB_CHKSUM, "-chksum" },
H A Dtcl_db_pkg.c1946 set_flags |= DB_CHKSUM;

Completed in 333 milliseconds