Searched refs:DB_REP_IGNORE (Results 1 - 21 of 21) 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 DReplicationStatus.java57 return errCode == DbConstants.DB_REP_IGNORE;
139 case DbConstants.DB_REP_IGNORE:
154 new ReplicationStatus("IGNORE", DbConstants.DB_REP_IGNORE);
/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.java163 int DB_REP_IGNORE = -30982; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c123 case DB_REP_IGNORE: /* FALLTHROUGH */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h334 (ret) == DB_REP_IGNORE || \
H A Ddb.h1186 #define DB_REP_IGNORE (-30982)/* This msg should be ignored.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h333 (ret) == DB_REP_IGNORE || \
H A Ddb.h1175 #define DB_REP_IGNORE (-30982)/* This msg should be ignored.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h332 (ret) == DB_REP_IGNORE || \
H A Ddb.h1196 #define DB_REP_IGNORE (-30982)/* This msg should be ignored.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h336 (ret) == DB_REP_IGNORE || \
H A Ddb.h1184 #define DB_REP_IGNORE (-30982)/* This msg should be ignored.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h333 (ret) == DB_REP_IGNORE || \
H A Ddb.h1223 #define DB_REP_IGNORE (-30982)/* This msg should be ignored.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h333 (ret) == DB_REP_IGNORE || \
H A Ddb.h1223 #define DB_REP_IGNORE (-30982)/* This msg should be ignored.*/ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c283 case DB_REP_IGNORE:
284 return ("DB_REP_IGNORE: Replication record ignored");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts744 DB_REP_IGNORE => DEFINE,
H A DBerkeleyDB.pm392 DB_REP_IGNORE
H A Dconstants.h1667 DB_REGISTERED DB_REP_CLIENT DB_REP_CREATE DB_REP_IGNORE DB_REP_ISPERM
1765 if (memEQ(name, "DB_REP_IGNORE", 13)) {
1767 #ifdef DB_REP_IGNORE
1768 *iv_return = DB_REP_IGNORE;
5554 DB_REP_HEARTBEAT_SEND DB_REP_HOLDELECTION DB_REP_IGNORE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c312 ret = DB_REP_IGNORE;
366 ret = DB_REP_IGNORE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_rep.c803 case DB_REP_IGNORE:

Completed in 248 milliseconds