Home
last modified time | relevance | path

Searched refs:DB_OLD_VERSION (Results 1 – 25 of 87) sorted by relevance

1234

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DErrorCodes.cs64 public const int DB_OLD_VERSION = DbConstants.DB_OLD_VERSION; field in BerkeleyDB.ErrorCodes
H A DDatabaseException.cs49 case ErrorCodes.DB_OLD_VERSION: in ThrowException()
229 public OldVersionException() : base(ErrorCodes.DB_OLD_VERSION) { } in OldVersionException()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DErrorCodes.cs68 public const int DB_OLD_VERSION = DbConstants.DB_OLD_VERSION; field in BerkeleyDB.ErrorCodes
H A DDatabaseException.cs51 case ErrorCodes.DB_OLD_VERSION: in ThrowException()
245 public OldVersionException() : base(ErrorCodes.DB_OLD_VERSION) { } in OldVersionException()
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_upg.c125 ret = DB_OLD_VERSION;
162 ret = DB_OLD_VERSION;
187 ret = DB_OLD_VERSION;
H A Dbt_upgrade.c58 return (DB_OLD_VERSION);
H A Dhash_upgrade.c58 return (DB_OLD_VERSION);
H A Ddb_err.c244 case DB_OLD_VERSION:
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb_upg.c125 ret = DB_OLD_VERSION;
162 ret = DB_OLD_VERSION;
187 ret = DB_OLD_VERSION;
H A Dqam_open.c205 return (DB_OLD_VERSION);
H A Ddb_err.c260 case DB_OLD_VERSION:
/dports/databases/db18/db-18.1.40/test/csharp/
H A DDatabaseExceptionTest.cs196 DatabaseException.ThrowException(ErrorCodes.DB_OLD_VERSION); in TestOldVersionException()
200 Assert.AreEqual(ErrorCodes.DB_OLD_VERSION, e.ErrorCode); in TestOldVersionException()
/dports/databases/db5/db-5.3.28/test/csharp/
H A DDatabaseExceptionTest.cs196 DatabaseException.ThrowException(ErrorCodes.DB_OLD_VERSION); in TestOldVersionException()
200 Assert.AreEqual(ErrorCodes.DB_OLD_VERSION, e.ErrorCode); in TestOldVersionException()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dbdb_compat.c32 return DB_OLD_VERSION; in svn_fs_bdb__check_version()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dbdb_compat.c32 return DB_OLD_VERSION; in svn_fs_bdb__check_version()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dbdb_compat.c32 return DB_OLD_VERSION; in svn_fs_bdb__check_version()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dbdb_compat.c32 return DB_OLD_VERSION; in svn_fs_bdb__check_version()
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_upg.c241 ret = DB_OLD_VERSION;
397 ret = DB_OLD_VERSION;
438 ret = DB_OLD_VERSION;
469 ret = DB_OLD_VERSION;
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_upg.c189 ret = DB_OLD_VERSION;
315 ret = DB_OLD_VERSION;
351 ret = DB_OLD_VERSION;
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDbConstants.cs169 internal const int DB_OLD_VERSION = -30987; field in BerkeleyDB.Internal.DbConstants
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dprdb4.c105 RC_TO_NAME_CASE (DB_OLD_VERSION, "db_old_version");
208 NAME_TO_RC_CASE ("db_old_version", DB_OLD_VERSION);
/dports/mail/libmilter/sendmail-8.16.1/libsmdb/
H A Dsmdb2.c125 # ifdef DB_OLD_VERSION
126 case DB_OLD_VERSION:
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDbConstants.cs185 internal const int DB_OLD_VERSION = -30986; field in BerkeleyDB.Internal.DbConstants
/dports/net-p2p/jigdo/jigdo-0.7.3/src/
H A Dcachefile.cc48 if (e != DB_OLD_VERSION && e != DB_RUNRECOVERY) in CacheFile()
/dports/databases/db5/db-5.3.28/src/qam/
H A Dqam_open.c187 return (DB_OLD_VERSION);

1234