Searched refs:cdsgroup_begin (Results 1 - 19 of 19) 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 DEnvironment.java1110 return new Transaction(dbenv.cdsgroup_begin());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_txn.c350 ret = dbenv->cdsgroup_begin(dbenv, &txn);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp956 int DbEnv::cdsgroup_begin(DbTxn **tid) function in class:DbEnv
962 ret = dbenv->cdsgroup_begin(dbenv, &txn);
966 DB_ERROR(this, "DbEnv::cdsgroup_begin", ret, error_policy());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c181 dbenv->cdsgroup_begin = __cdsgroup_begin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java282 public DbTxn cdsgroup_begin() throws com.sleepycat.db.DatabaseException { method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i667 DB_TXN *cdsgroup_begin() {
669 errno = self->cdsgroup_begin(self, &tid);
H A Ddb_java_wrap.c2805 errno = self->cdsgroup_begin(self, &tid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h403 virtual int cdsgroup_begin(DbTxn **tid);
H A Ddb.h1963 int (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h404 virtual int cdsgroup_begin(DbTxn **tid);
H A Ddb.h1951 int (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h404 virtual int cdsgroup_begin(DbTxn **tid);
H A Ddb.h1990 int (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1953 int (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1942 int (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1990 int (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c84 ret = dbenv->cdsgroup_begin(dbenv, &txnp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp71 ret = dbenv->cdsgroup_begin(&txnp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3337 dbenv->cdsgroup_begin = __dbcl_env_cdsgroup_begin;

Completed in 401 milliseconds