Searched refs:DB_SEQ_DEC (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 DSequenceConfig.java334 seqFlags |= decrement ? DbConstants.DB_SEQ_DEC : DbConstants.DB_SEQ_INC;
360 decrement = (seqFlags & DbConstants.DB_SEQ_DEC) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c264 if (!F_ISSET(rp, DB_SEQ_DEC))
432 #define SEQ_SET_FLAGS (DB_SEQ_WRAP | DB_SEQ_INC | DB_SEQ_DEC)
472 "DB_SEQUENCE->set_flags", flags, DB_SEQ_DEC, DB_SEQ_INC)) != 0)
475 if (LF_ISSET(DB_SEQ_DEC | DB_SEQ_INC))
476 F_CLR(rp, DB_SEQ_DEC | DB_SEQ_INC);
H A Dseq_stat.c160 { DB_SEQ_DEC, "decrement" },
/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.java175 int DB_SEQ_DEC = 0x00000001; field in interface:DbConstants
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_seq.c482 { DB_SEQ_DEC, "-dec" },
H A Dtcl_db_pkg.c2404 LF_SET(DB_SEQ_DEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts694 DB_SEQ_DEC => DEFINE,
H A DBerkeleyDB.pm423 DB_SEQ_DEC
H A Dconstants.h451 DB_PRIVATE DB_PR_PAGE DB_RECOVER DB_SALVAGE DB_SEQ_DEC DB_SEQ_INC
603 if (memEQ(name, "DB_SEQ_DEC", 10)) {
605 #ifdef DB_SEQ_DEC
606 *iv_return = DB_SEQ_DEC;
5563 DB_SEQUENCE_VERSION DB_SEQUENTIAL DB_SEQ_DEC DB_SEQ_INC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2366 #define DB_SEQ_DEC 0x00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2349 #define DB_SEQ_DEC 0x00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2371 #define DB_SEQ_DEC 0x00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2358 #define DB_SEQ_DEC 0x00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2401 #define DB_SEQ_DEC 0x00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2401 #define DB_SEQ_DEC 0x00000001 macro

Completed in 309 milliseconds