Searched refs:get_env (Results 1 - 23 of 23) 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 DDatabase.java51 rmwFlag = ((db.get_env().get_open_flags() &
106 new Environment(db.get_env());
404 return db.get_env().wrapper;
H A DDatabaseConfig.java2112 cacheSize = db.get_env().get_cachesize();
2113 cacheCount = db.get_env().get_cachesize_ncache();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_seq.cpp45 DB_ERROR(db->get_env(), "DbSequence::DbSequence", ret,
H A Dcxx_except.cpp134 DbEnv *DbException::get_env() const function in class:DbException
H A Dcxx_db.cpp270 DbEnv *Db::get_env() function in class:Db
273 DB_ENV *dbenv = db->get_env(db);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c213 envp = dbp->get_env(dbp);
H A Dtxn_guide_inmemory.c214 envp = dbp->get_env(dbp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp191 DbEnv *envp = dbp->get_env();
H A DTxnGuideInMemory.cpp173 DbEnv *envp = dbp->get_env();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c234 dbp->get_env = __db_get_env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h284 virtual DbEnv *get_env();
1092 DbEnv *get_env() const;
H A Ddb.h1421 DB_ENV *(*get_env) __P((DB *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h285 virtual DbEnv *get_env();
1093 DbEnv *get_env() const;
H A Ddb.h1409 DB_ENV *(*get_env) __P((DB *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h285 virtual DbEnv *get_env();
1093 DbEnv *get_env() const;
H A Ddb.h1448 DB_ENV *(*get_env) __P((DB *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i341 public DbEnv get_env() throws DatabaseException {
H A Ddb.i212 DB_ENV *get_env() {
214 errno = self->get_env(self, &env);
/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 DDb.java90 public DbEnv get_env() throws DatabaseException { method in class:Db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1411 DB_ENV *(*get_env) __P((DB *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1400 DB_ENV *(*get_env) __P((DB *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1448 DB_ENV *(*get_env) __P((DB *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c114 "get_env",
413 dbenv = dbp->get_env(dbp);

Completed in 369 milliseconds