Searched refs:DB_FAST_STAT (Results 1 - 19 of 19) 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 DStatsConfig.java107 flags |= DbConstants.DB_FAST_STAT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_stat.c68 if (flags == DB_FAST_STAT) {
208 if ((ret = __qam_stat(dbc, &sp, LF_ISSET(DB_FAST_STAT))) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c69 if (flags == DB_FAST_STAT)
135 if (flags == DB_FAST_STAT) {
231 if ((ret = __bam_stat(dbc, &sp, LF_ISSET(DB_FAST_STAT))) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_stati.c138 case DB_FAST_STAT:
171 "DB->stat_print", flags, DB_FAST_STAT | DB_STAT_ALL)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c74 if (flags == DB_FAST_STAT)
151 if ((ret = __ham_stat(dbc, &sp, LF_ISSET(DB_FAST_STAT))) != 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.java35 int DB_FAST_STAT = 0x00000001; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_stat/
H A Ddb_stat.c122 LF_SET(DB_FAST_STAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddb_stat.c107 LF_SET(DB_FAST_STAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp564 REGISTER_LONG_CONSTANT("DB_FAST_STAT", DB_FAST_STAT, CONST_CS | CONST_PERSISTENT);
1380 if(flags & DB_FAST_STAT) {
1407 if(flags & DB_FAST_STAT) {
1436 if(flags & DB_FAST_STAT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c602 flag |= DB_FAST_STAT;
652 if (flag != DB_FAST_STAT) {
677 if (flag != DB_FAST_STAT) {
692 if (flag != DB_FAST_STAT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts468 DB_FAST_STAT => DEFINE,
H A DBerkeleyDB.pm153 DB_FAST_STAT
H A Dconstants.h1185 DB_DSYNC_LOG DB_DUPCURSOR DB_ENV_FATAL DB_FAST_STAT DB_GET_BOTHC
1276 if (memEQ(name, "DB_FAST_STAT", 12)) {
1278 #ifdef DB_FAST_STAT
1279 *iv_return = DB_FAST_STAT;
5496 DB_EVENT_WRITE_FAILED DB_EXCL DB_EXTENT DB_FAST_STAT
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2271 #define DB_FAST_STAT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2254 #define DB_FAST_STAT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2276 #define DB_FAST_STAT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2263 #define DB_FAST_STAT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2306 #define DB_FAST_STAT 0x00000001 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2306 #define DB_FAST_STAT 0x00000001 macro

Completed in 315 milliseconds