Home
last modified time | relevance | path

Searched refs:DB_REP_LOCKOUT (Results 1 – 25 of 78) sorted by relevance

1234

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DErrorCodes.cs100 public const int DB_REP_LOCKOUT = DbConstants.DB_REP_LOCKOUT; field in BerkeleyDB.ErrorCodes
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DErrorCodes.cs108 public const int DB_REP_LOCKOUT = DbConstants.DB_REP_LOCKOUT; field in BerkeleyDB.ErrorCodes
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drep110script.tcl58 error_check_good ret [is_substr $ret DB_REP_LOCKOUT] 1
/dports/databases/db18/db-18.1.40/src/common/
H A Dutil_env.c84 ret != DB_VERSION_MISMATCH && ret != DB_REP_LOCKOUT &&
/dports/databases/db5/db-5.3.28/util/
H A Ddb_archive.c130 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_upgrade.c130 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_checkpoint.c159 (!once || ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_printlog.c195 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
203 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_verify.c150 if (ret != DB_VERSION_MISMATCH && ret != DB_REP_LOCKOUT) {
/dports/databases/db5/db-5.3.28/build_vxworks/util/
H A Ddb_archive.c145 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_upgrade.c145 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_checkpoint.c174 (!once || ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
H A Ddb_verify.c165 if (ret != DB_VERSION_MISMATCH && ret != DB_REP_LOCKOUT) {
H A Ddb_printlog.c210 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
218 (ret == DB_VERSION_MISMATCH || ret == DB_REP_LOCKOUT ||
/dports/databases/db5/db-5.3.28/examples/stl/repquote/
H A DStlRepQuoteExample.cpp164 if (ret == DB_REP_LOCKOUT) in open_db()
446 if (e.get_errno() == DB_REP_LOCKOUT) { in doloop()
/dports/databases/db18/db-18.1.40/examples/stl/repquote/
H A DStlRepQuoteExample.cpp164 if (ret == DB_REP_LOCKOUT) in open_db()
446 if (e.get_errno() == DB_REP_LOCKOUT) { in doloop()
/dports/databases/db5/db-5.3.28/examples/cxx/excxx_repquote/
H A DRepQuoteExample.cpp156 if (e.get_errno() == DB_REP_LOCKOUT) { in ensure_open()
499 if (e.get_errno() == DB_REP_LOCKOUT) { in doloop()
/dports/databases/db18/db-18.1.40/examples/cxx/excxx_repquote/
H A DRepQuoteExample.cpp156 if (e.get_errno() == DB_REP_LOCKOUT) { in ensure_open()
499 if (e.get_errno() == DB_REP_LOCKOUT) { in doloop()
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep_util.c1008 return (DB_REP_LOCKOUT);
1022 return (DB_REP_LOCKOUT);
1181 return (DB_REP_LOCKOUT);
1284 return (DB_REP_LOCKOUT);
1288 return (DB_REP_LOCKOUT);
1370 return (DB_REP_LOCKOUT);
1380 ret = DB_REP_LOCKOUT;
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDbConstants.cs235 internal const int DB_REP_LOCKOUT = -30978; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Djava_except.i120 case DB_REP_LOCKOUT: in __dbj_get_except()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dprdb4.c127 RC_TO_NAME_CASE (DB_REP_LOCKOUT, "db_rep_lockout");
230 NAME_TO_RC_CASE ("db_rep_lockout", DB_REP_LOCKOUT);
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Djava_except.i129 case DB_REP_LOCKOUT: in __dbj_get_except()
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDbConstants.cs267 internal const int DB_REP_LOCKOUT = -30976; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db5/db-5.3.28/src/rep/
H A Drep_util.c1028 return (DB_REP_LOCKOUT);
1288 return (DB_REP_LOCKOUT);
1292 return (DB_REP_LOCKOUT);
1373 return (DB_REP_LOCKOUT);
1383 ret = DB_REP_LOCKOUT;

1234