Home
last modified time | relevance | path

Searched refs:DB_REP_IGNORE (Results 1 – 25 of 70) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DReplicationStatus.java57 return errCode == DbConstants.DB_REP_IGNORE; in isIgnore()
139 case DbConstants.DB_REP_IGNORE: in getStatus()
154 new ReplicationStatus("IGNORE", DbConstants.DB_REP_IGNORE);
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DReplicationStatus.java59 return errCode == DbConstants.DB_REP_IGNORE; in isIgnore()
147 case DbConstants.DB_REP_IGNORE: in getStatus()
162 new ReplicationStatus("IGNORE", DbConstants.DB_REP_IGNORE);
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DErrorCodes.cs84 public const int DB_REP_IGNORE = DbConstants.DB_REP_IGNORE; field in BerkeleyDB.ErrorCodes
H A DRepProcMsgResult.cs125 case DbConstants.DB_REP_IGNORE: in RepProcMsgResult()
H A DDatabaseException.cs55 case ErrorCodes.DB_REP_IGNORE: in ThrowException()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DErrorCodes.cs88 public const int DB_REP_IGNORE = DbConstants.DB_REP_IGNORE; field in BerkeleyDB.ErrorCodes
H A DRepProcMsgResult.cs125 case DbConstants.DB_REP_IGNORE: in RepProcMsgResult()
H A DDatabaseException.cs57 case ErrorCodes.DB_REP_IGNORE: in ThrowException()
/dports/databases/db5/db-5.3.28/src/rep/
H A Drep_elect.c100 if (ret == DB_REP_IGNORE)
201 ret = DB_REP_IGNORE;
278 ret = DB_REP_IGNORE;
426 DB_ASSERT(env, ret != DB_REP_IGNORE);
495 ret != DB_REP_IGNORE)
617 (ret == 0 || ret == DB_REP_UNAVAIL || ret == DB_REP_IGNORE))
627 DB_ASSERT(env, ret != DB_REP_UNAVAIL && ret != DB_REP_IGNORE);
797 if (ret == DB_REP_IGNORE)
858 ret != DB_REP_IGNORE)
1001 if (ret == DB_REP_IGNORE)
[all …]
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep_elect.c103 if (ret == DB_REP_IGNORE)
211 ret = DB_REP_IGNORE;
288 ret = DB_REP_IGNORE;
436 DB_ASSERT(env, ret != DB_REP_IGNORE);
505 ret != DB_REP_IGNORE)
626 (ret == 0 || ret == DB_REP_UNAVAIL || ret == DB_REP_IGNORE))
636 DB_ASSERT(env, ret != DB_REP_UNAVAIL && ret != DB_REP_IGNORE);
787 if (ret == DB_REP_IGNORE)
848 ret != DB_REP_IGNORE)
977 if (ret == DB_REP_IGNORE)
[all …]
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java196 int DB_REP_IGNORE = -30982; field
/dports/databases/db18/db-18.1.40/test/csharp/
H A DDatabaseExceptionTest.cs49 DatabaseException.ThrowException(ErrorCodes.DB_REP_IGNORE); in TestDB_REP_IGNORE()
/dports/databases/db5/db-5.3.28/test/csharp/
H A DDatabaseExceptionTest.cs49 DatabaseException.ThrowException(ErrorCodes.DB_REP_IGNORE); in TestDB_REP_IGNORE()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java221 int DB_REP_IGNORE = -30981; field
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDbConstants.cs230 internal const int DB_REP_IGNORE = -30982; field in BerkeleyDB.Internal.DbConstants
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dprdb4.c117 RC_TO_NAME_CASE (DB_REP_IGNORE, "db_rep_ignore");
220 NAME_TO_RC_CASE ("db_rep_ignore", DB_REP_IGNORE);
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDbConstants.cs261 internal const int DB_REP_IGNORE = -30981; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db5/db-5.3.28/build_android/
H A Ddb_int.h502 (ret) == DB_REP_IGNORE || \
509 #define DB_RETOK_REPMGR_START(ret) ((ret) == 0 || (ret) == DB_REP_IGNORE)
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_int.h505 (ret) == DB_REP_IGNORE || \
512 #define DB_RETOK_REPMGR_START(ret) ((ret) == 0 || (ret) == DB_REP_IGNORE)
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_int.h502 (ret) == DB_REP_IGNORE || \
509 #define DB_RETOK_REPMGR_START(ret) ((ret) == 0 || (ret) == DB_REP_IGNORE)
/dports/databases/db5/db-5.3.28/build_wince/
H A Ddb_int.h502 (ret) == DB_REP_IGNORE || \
509 #define DB_RETOK_REPMGR_START(ret) ((ret) == 0 || (ret) == DB_REP_IGNORE)
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_elect.c488 case DB_REP_IGNORE:
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb_int.h584 (ret) == DB_REP_IGNORE || \
591 #define DB_RETOK_REPMGR_START(ret) ((ret) == 0 || (ret) == DB_REP_IGNORE)
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb_int.h587 (ret) == DB_REP_IGNORE || \
594 #define DB_RETOK_REPMGR_START(ret) ((ret) == 0 || (ret) == DB_REP_IGNORE)
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_elect.c676 case DB_REP_IGNORE:

123