Searched refs:unwrap (Results 1 - 18 of 18) 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 DLock.java33 DbLock unwrap() { method in class:Lock
H A DLockRequest.java86 this.lock = lock.unwrap();
H A DEnvironment.java145 DbEnv unwrap() { method in class:Environment
606 dbenv.lock_put(lock.unwrap());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_seq.cpp26 DB_SEQUENCE *seq = unwrap(this); \
44 if ((ret = db_sequence_create(&seq, unwrap(db), flags)) != 0)
63 seq = unwrap(this);
69 (seq, unwrap(txnid), key, flags), 0)
73 (seq, unwrap(txnid), flags), 1)
80 (seq, unwrap(txnid), delta, retp, flags), 0)
90 DB_SEQUENCE *seq = unwrap(this);
98 DB_SEQUENCE *seq = unwrap(this);
H A Dcxx_db.cpp33 DB *db = unwrap(this); \
45 DB *db = unwrap(this); \
61 DB *db = unwrap(this); \
69 DB *db = unwrap(this); \
120 db = unwrap(this);
134 DB_ENV *cenv = unwrap(dbenv_);
217 (db, unwrap(txnid), start, stop, c_data, flags, end), DB_RETOK_STD)
221 (db, unwrap(txnid), (DBC **)cursorp, flags),
225 (db, unwrap(txnid), key, flags),
230 DB *db = unwrap(thi
[all...]
H A Dcxx_txn.cpp28 DB_TXN *txn = unwrap(this); \
64 txn = unwrap(this);
H A Dcxx_env.cpp35 DB_ENV *dbenv = unwrap(this); \
51 DB_ENV *dbenv = unwrap(this); \
59 DB_ENV *dbenv = unwrap(this); \
321 DB_ENV *dbenv = unwrap(this);
338 DB_ENV *dbenv = unwrap(this);
358 (dbenv, unwrap(txn), name, subdb, flags))
361 (dbenv, unwrap(txn), name, subdb, newname, flags))
365 DB_ENV *dbenv = unwrap(this);
388 DB_ENV *dbenv = unwrap(this);
407 return unwrap(thi
[all...]
H A Dcxx_mpool.cpp26 DB_MPOOLFILE *mpf = unwrap(this); \
41 DB_MPOOLFILE *mpf = unwrap(this); \
63 DB_MPOOLFILE *mpf = unwrap(this);
86 (mpf, pgnoaddr, unwrap(txn), flags, pagep), DB_RETOK_MPGET)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DExceptionUnwrapper.java25 * @param e is the Exception to unwrap.
34 public static Exception unwrap(Exception e) { method in class:ExceptionUnwrapper
49 * @param e is the Exception to unwrap.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DNullTransactionRunner.java29 throw ExceptionUnwrapper.unwrap(e);
H A DSecondaryDeadlockTest.java176 e = ExceptionUnwrapper.unwrap(e);
H A DForeignKeyTest.java157 throw ExceptionUnwrapper.unwrap(e);
H A DCollectionTest.java308 throw ExceptionUnwrapper.unwrap(e);
799 Exception e2 = ExceptionUnwrapper.unwrap(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java65 Exception ee = ExceptionUnwrapper.unwrap(e);
81 Exception ee = ExceptionUnwrapper.unwrap(e);
98 ExceptionUnwrapper.unwrap(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dcxx_int.h22 // back and forth using the various overloaded wrap()/unwrap() methods.
25 // WRAPPED_CLASS implements the appropriate wrap() and unwrap() methods
31 inline _WRAPPED_TYPE *unwrap(_WRAPPER_CLASS *val) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTransactionRunner.java213 * ExceptionUnwrapper#unwrap}. The transaction will have been aborted by
270 throw ExceptionUnwrapper.unwrap(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java83 throw ExceptionUnwrapper.unwrap(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java94 throw ExceptionUnwrapper.unwrap(e);

Completed in 202 milliseconds