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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp146 // DbMemoryException //
151 DbMemoryException::~DbMemoryException() throw()
155 DbMemoryException::DbMemoryException(Dbt *dbt) function in class:DbMemoryException
161 DbMemoryException::DbMemoryException(const char *prefix, Dbt *dbt) function in class:DbMemoryException
167 DbMemoryException::DbMemoryException(const DbMemoryException function in class:DbMemoryException
[all...]
H A Dcxx_env.cpp619 // Like DbEnv::runtime_error, but issue a DbMemoryException
629 DbMemoryException except(caller, dbt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h87 class DbMemoryException; // forward
1156 class _exported DbMemoryException : public DbException class in inherits:DbException
1159 virtual ~DbMemoryException() throw();
1160 DbMemoryException(Dbt *dbt);
1161 DbMemoryException(const char *prefix, Dbt *dbt);
1163 DbMemoryException(const DbMemoryException &);
1164 DbMemoryException &operator = (const DbMemoryException &);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h88 class DbMemoryException; // forward
1157 class _exported DbMemoryException : public DbException class in inherits:DbException
1160 virtual ~DbMemoryException() throw();
1161 DbMemoryException(Dbt *dbt);
1162 DbMemoryException(const char *prefix, Dbt *dbt);
1164 DbMemoryException(const DbMemoryException &);
1165 DbMemoryException &operator = (const DbMemoryException &);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h88 class DbMemoryException; // forward
1157 class _exported DbMemoryException : public DbException class in inherits:DbException
1160 virtual ~DbMemoryException() throw();
1161 DbMemoryException(Dbt *dbt);
1162 DbMemoryException(const char *prefix, Dbt *dbt);
1164 DbMemoryException(const DbMemoryException &);
1165 DbMemoryException &operator = (const DbMemoryException &);

Completed in 87 milliseconds