Searched refs:DbDeadlockException (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp190 // DbDeadlockException //
194 DbDeadlockException::~DbDeadlockException() throw()
198 DbDeadlockException::DbDeadlockException(const char *description) function in class:DbDeadlockException
203 DbDeadlockException::DbDeadlockException(const DbDeadlockException &that) function in class:DbDeadlockException
208 DbDeadlockException
209 &DbDeadlockException
[all...]
H A Dcxx_env.cpp587 DbDeadlockException dl_except(caller);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp260 } catch (DbDeadlockException &) {
329 } catch (DbDeadlockException &de) {
H A DTxnGuideInMemory.cpp242 } catch (DbDeadlockException &) {
311 } catch (DbDeadlockException &de) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp122 } catch (DbDeadlockException e) {
352 } catch (DbDeadlockException e) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h85 class DbDeadlockException; // forward
1110 class _exported DbDeadlockException : public DbException class in inherits:DbException
1113 virtual ~DbDeadlockException() throw();
1114 DbDeadlockException(const char *description);
1116 DbDeadlockException(const DbDeadlockException &);
1117 DbDeadlockException &operator = (const DbDeadlockException &);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h86 class DbDeadlockException; // forward
1111 class _exported DbDeadlockException : public DbException class in inherits:DbException
1114 virtual ~DbDeadlockException() throw();
1115 DbDeadlockException(const char *description);
1117 DbDeadlockException(const DbDeadlockException &);
1118 DbDeadlockException &operator = (const DbDeadlockException &);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h86 class DbDeadlockException; // forward
1111 class _exported DbDeadlockException : public DbException class in inherits:DbException
1114 virtual ~DbDeadlockException() throw();
1115 DbDeadlockException(const char *description);
1117 DbDeadlockException(const DbDeadlockException &);
1118 DbDeadlockException &operator = (const DbDeadlockException &);

Completed in 158 milliseconds