Searched refs:DbLockNotGrantedException (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp218 // DbLockNotGrantedException //
222 DbLockNotGrantedException::~DbLockNotGrantedException() throw()
227 DbLockNotGrantedException::DbLockNotGrantedException(const char *prefix, function in class:DbLockNotGrantedException
240 DbLockNotGrantedException::DbLockNotGrantedException(const char *description) function in class:DbLockNotGrantedException
250 DbLockNotGrantedException::DbLockNotGrantedException function in class:DbLockNotGrantedException
251 (const DbLockNotGrantedException
[all...]
H A Dcxx_env.cpp593 DbLockNotGrantedException lng_except(caller);
635 // Like DbEnv::runtime_error, but issue a DbLockNotGrantedException,
653 DbLockNotGrantedException except(caller, op, mode,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h86 class DbLockNotGrantedException; // forward
1126 class _exported DbLockNotGrantedException : public DbException class in inherits:DbException
1129 virtual ~DbLockNotGrantedException() throw();
1130 DbLockNotGrantedException(const char *prefix, db_lockop_t op,
1132 DbLockNotGrantedException(const char *description);
1134 DbLockNotGrantedException(const DbLockNotGrantedException &);
1135 DbLockNotGrantedException &operator =
1136 (const DbLockNotGrantedException &);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h87 class DbLockNotGrantedException; // forward
1127 class _exported DbLockNotGrantedException : public DbException class in inherits:DbException
1130 virtual ~DbLockNotGrantedException() throw();
1131 DbLockNotGrantedException(const char *prefix, db_lockop_t op,
1133 DbLockNotGrantedException(const char *description);
1135 DbLockNotGrantedException(const DbLockNotGrantedException &);
1136 DbLockNotGrantedException &operator =
1137 (const DbLockNotGrantedException &);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h87 class DbLockNotGrantedException; // forward
1127 class _exported DbLockNotGrantedException : public DbException class in inherits:DbException
1130 virtual ~DbLockNotGrantedException() throw();
1131 DbLockNotGrantedException(const char *prefix, db_lockop_t op,
1133 DbLockNotGrantedException(const char *description);
1135 DbLockNotGrantedException(const DbLockNotGrantedException &);
1136 DbLockNotGrantedException &operator =
1137 (const DbLockNotGrantedException &);

Completed in 107 milliseconds