Searched refs:get_open_flags (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb014.tcl47 set envflags [$env get_open_flags]
H A Dsi007.tcl68 set envflags [$env get_open_flags]
H A Dsi001.tcl72 set envflags [$env get_open_flags]
H A Dsi002.tcl63 set envflags [$env get_open_flags]
H A Dsi003.tcl63 set envflags [$env get_open_flags]
H A Dsi004.tcl63 set envflags [$env get_open_flags]
H A Dsi006.tcl65 set envflags [$env get_open_flags]
H A Dsi008.tcl69 set envflags [$env get_open_flags]
H A Dtest116.tcl52 if { [is_substr [$env get_open_flags] "-thread"] } {
H A Denv007.tcl264 # { "-system_mem" "-shm_key 1" "-system_mem" "get_open_flags" }
266 { "-cdb" "" "-cdb" "get_open_flags" }
268 { "-lock" "" "-lock" "get_open_flags" }
269 { "-log" "" "-log" "get_open_flags" }
270 { "" "" "-mpool" "get_open_flags" }
271 { "-txn" "" "-txn" "get_open_flags" }
272 { "-recover" "-txn" "-recover" "get_open_flags" }
273 { "-recover_fatal" "-txn" "-recover_fatal" "get_open_flags" }
274 { "-register" "-txn -recover" "-register" "get_open_flags" }
275 { "-use_environ" "" "-use_environ" "get_open_flags" }
[all...]
H A Dtest093.tcl39 set envflags [$env get_open_flags]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSequenceConfig.java303 boolean threaded = ((db.get_open_flags() & DbConstants.DB_THREAD) != 0);
H A DDatabaseConfig.java1972 (dbenv.get_open_flags() & DbConstants.DB_THREAD) != 0);
2086 final int openFlags = db.get_open_flags();
H A DDatabase.java51 rmwFlag = ((db.get_env().get_open_flags() &
H A DEnvironment.java95 ((dbenv.get_open_flags() & DbConstants.DB_INIT_TXN) == 0) ? 0 :
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i243 u_int32_t get_open_flags() {
245 errno = self->get_open_flags(self, &ret);
717 u_int32_t get_open_flags() {
719 errno = self->get_open_flags(self, &ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp285 DB_METHOD(get_open_flags, (u_int32_t *flagsp), (db, flagsp), DB_RETOK_STD)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c243 dbp->get_open_flags = __db_get_open_flags;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h212 virtual int get_open_flags(u_int32_t *);
415 virtual int get_open_flags(u_int32_t *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h213 virtual int get_open_flags(u_int32_t *);
416 virtual int get_open_flags(u_int32_t *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h213 virtual int get_open_flags(u_int32_t *);
416 virtual int get_open_flags(u_int32_t *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c214 dbenv->get_open_flags = __env_get_open_flags;
/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.java359 public int get_open_flags() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_get_open_flags(swigCPtr, this); } method in class:Db
H A DDbEnv.java303 public int get_open_flags() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbEnv_get_open_flags(swigCPtr, this); } method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1423 int (*get_open_flags) __P((DB *, u_int32_t *)); member in struct:__db
1989 int (*get_open_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env

Completed in 288 milliseconds

12