Searched refs:DB_LOCK_NOTGRANTED (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockNotGrantedException.java41 super(message, DbConstants.DB_LOCK_NOTGRANTED, dbenv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb012.tcl294 # with DB_LOCK_NOTGRANTED.
304 $result DB_LOCK_NOTGRANTED] 1
314 $result DB_LOCK_NOTGRANTED] 1
329 $result DB_LOCK_NOTGRANTED] 1
354 $result DB_LOCK_NOTGRANTED] 1
373 $result DB_LOCK_NOTGRANTED] 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp230 : DbException(prefix, DbEnv::strerror(DB_LOCK_NOTGRANTED),
231 DB_LOCK_NOTGRANTED)
241 : DbException(description, DB_LOCK_NOTGRANTED)
H A Dcxx_env.cpp591 case DB_LOCK_NOTGRANTED:
643 if (error != DB_LOCK_NOTGRANTED) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_except.i48 if (errno == DB_LOCK_NOTGRANTED) {
139 case DB_LOCK_NOTGRANTED:
H A Djava_typemaps.i702 if (err == DB_LOCK_NOTGRANTED && i < count) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp221 case DB_LOCK_NOTGRANTED:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c160 case DB_LOCK_NOTGRANTED:
/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.java78 int DB_LOCK_NOTGRANTED = -30993; field in interface:DbConstants
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c833 ret = DB_LOCK_NOTGRANTED;
844 ret = DB_LOCK_NOTGRANTED;
908 &lock)) == DB_LOCK_DEADLOCK || ret == DB_LOCK_NOTGRANTED) &&
1222 return ((ret == DB_LOCK_NOTGRANTED && !F_ISSET(env->dbenv,
1264 if (ret == DB_LOCK_NOTGRANTED || ret == DB_LOCK_DEADLOCK) {
1347 if (ret == DB_LOCK_NOTGRANTED || ret == DB_LOCK_DEADLOCK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c261 case DB_LOCK_NOTGRANTED:
262 return ("DB_LOCK_NOTGRANTED: Lock not granted");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c384 } else if (ret != DB_LOCK_NOTGRANTED ||
1007 if (ret != DB_LOCK_NOTGRANTED ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c843 ret = DB_LOCK_NOTGRANTED;
974 ret = DB_LOCK_NOTGRANTED;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts68 DB_LOCK_NOTGRANTED => DEFINE,
H A DBerkeleyDB.pm215 DB_LOCK_NOTGRANTED
H A Dconstants.h4141 DB_FOREIGN_CASCADE DB_FOREIGN_NULLIFY DB_LOCK_NOTGRANTED
4162 if (memEQ(name, "DB_LOCK_NOTGRANTED", 18)) {
4164 #ifdef DB_LOCK_NOTGRANTED
4165 *iv_return = DB_LOCK_NOTGRANTED;
5510 DB_LOCK_NOTEXIST DB_LOCK_NOTGRANTED DB_LOCK_NOTHELD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c1071 return ((ret == DB_LOCK_NOTGRANTED && !F_ISSET(env->dbenv,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c2389 ret == DB_LOCK_NOTGRANTED ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1175 #define DB_LOCK_NOTGRANTED (-30993)/* Lock unavailable. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1164 #define DB_LOCK_NOTGRANTED (-30993)/* Lock unavailable. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1185 #define DB_LOCK_NOTGRANTED (-30993)/* Lock unavailable. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1173 #define DB_LOCK_NOTGRANTED (-30993)/* Lock unavailable. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1212 #define DB_LOCK_NOTGRANTED (-30993)/* Lock unavailable. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1212 #define DB_LOCK_NOTGRANTED (-30993)/* Lock unavailable. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp600 REGISTER_LONG_CONSTANT("DB_LOCK_NOTGRANTED", DB_LOCK_NOTGRANTED, CONST_CS | CONST_PERSISTENT);

Completed in 429 milliseconds

12