Searched refs:DB_PRINTABLE (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DVerifyConfig.java233 flags |= printable ? DbConstants.DB_PRINTABLE : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbConstants.java119 int DB_PRINTABLE = 0x00000008; field in interface:DbConstants
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_dump/
H A Ddb_dump.c210 (pflag ? DB_PRINTABLE : 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_dump/
H A Ddb_dump.c195 (pflag ? DB_PRINTABLE : 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c59 DB_NOORDERCHK | DB_ORDERCHKONLY | DB_PRINTABLE | DB_SALVAGE | DB_UNREF)
145 * DB_AGGRESSIVE, DB_PRINTABLE.
147 * DB_AGGRESSIVE and DB_PRINTABLE are only meaningful when salvaging.
152 if (LF_ISSET(~(DB_AGGRESSIVE | DB_PRINTABLE | DB_SALVAGE)))
160 if (LF_ISSET(DB_AGGRESSIVE | DB_PRINTABLE))
235 if (LF_ISSET(DB_PRINTABLE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts602 DB_PRINTABLE => DEFINE,
H A DBerkeleyDB.pm324 DB_PRINTABLE
H A Dconstants.h1190 DB_PRINTABLE DB_QAMOLDVER DB_RPCCLIENT DB_SET_RANGE DB_SET_RECNO
1495 if (memEQ(name, "DB_PRINTABLE", 12)) {
1497 #ifdef DB_PRINTABLE
1498 *iv_return = DB_PRINTABLE;
5535 DB_PREV DB_PREV_DUP DB_PREV_NODUP DB_PRINTABLE DB_PRIVATE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2333 #define DB_PRINTABLE 0x00000008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2316 #define DB_PRINTABLE 0x00000008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2338 #define DB_PRINTABLE 0x00000008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2325 #define DB_PRINTABLE 0x00000008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2368 #define DB_PRINTABLE 0x00000008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2368 #define DB_PRINTABLE 0x00000008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp494 REGISTER_LONG_CONSTANT("DB_PRINTABLE", DB_PRINTABLE, CONST_CS | CONST_PERSISTENT);

Completed in 238 milliseconds