Searched refs:get_cachesize (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/test/scr029/
H A Dt.c194 assert(dbenv->get_cachesize(dbenv, &a, &b, &c) == 0);
199 assert(dbenv->get_cachesize(dbenv, &a, &b, &c) == 0);
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_seq.cpp81 DBSEQ_METHOD(get_cachesize, (int32_t *sizep), (seq, sizep), 0)
H A Dcxx_db.cpp638 DB_METHOD(get_cachesize, (u_int32_t *gbytesp, u_int32_t *bytesp, int *ncachep),
H A Dcxx_env.cpp773 DBENV_METHOD(get_cachesize,
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequenceConfig.java366 cacheSize = seq.get_cachesize();
H A DDatabaseConfig.java2110 // Call get_cachesize* on the DbEnv to avoid this error:
2111 // DB->get_cachesize: method not permitted in shared environment
2112 cacheSize = db.get_env().get_cachesize();
H A DEnvironmentConfig.java4154 cacheSize = dbenv.get_cachesize();
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbSequence.java62 public int get_cachesize() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get_cachesize(swigCPtr, this); } method in class:DbSequence
H A DDb.java332 public long get_cachesize() throws com.sleepycat.db.DatabaseException { method in class:Db
H A DDbEnv.java457 public long get_cachesize() throws com.sleepycat.db.DatabaseException { method in class:DbEnv
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest109.tcl238 set cache [$seq get_cachesize]
239 error_check_good get_cachesize $cache $csize
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Ddb.i177 jlong get_cachesize() {
179 errno = self->get_cachesize(self, &gbytes, &bytes, NULL);
185 errno = self->get_cachesize(self, NULL, NULL, &ret);
1082 jlong get_cachesize() {
1084 errno = self->get_cachesize(self, &gbytes, &bytes, NULL);
1090 errno = self->get_cachesize(self, NULL, NULL, &ret);
1578 int32_t get_cachesize() {
1580 errno = self->get_cachesize(self, &ret);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_cxx.in201 virtual int get_cachesize(u_int32_t *, u_int32_t *, int *);
423 virtual int get_cachesize(u_int32_t *, u_int32_t *, int *);
867 int get_cachesize(int32_t *sizep);
H A Ddb.in1072 int (*get_cachesize) __P((DB_SEQUENCE *, int32_t *));
1418 int (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *));
1974 int (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_cxx.h202 virtual int get_cachesize(u_int32_t *, u_int32_t *, int *);
424 virtual int get_cachesize(u_int32_t *, u_int32_t *, int *);
868 int get_cachesize(int32_t *sizep);
H A Ddb.h1060 int (*get_cachesize) __P((DB_SEQUENCE *, int32_t *)); member in struct:__db_sequence
1406 int (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *)); member in struct:__db
1962 int (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_cxx.h202 virtual int get_cachesize(u_int32_t *, u_int32_t *, int *);
424 virtual int get_cachesize(u_int32_t *, u_int32_t *, int *);
868 int get_cachesize(int32_t *sizep);
H A Ddb.h1099 int (*get_cachesize) __P((DB_SEQUENCE *, int32_t *)); member in struct:__db_sequence
1445 int (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *)); member in struct:__db
2001 int (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_seq.c50 "get_cachesize",
133 ret = seq->get_cachesize(seq, &ncache);
135 DB_RETOK_STD(ret), "sequence get_cachesize")) == TCL_OK)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_method.c231 dbp->get_cachesize = __db_get_cachesize;
512 DB_ILLEGAL_IN_ENV(dbp, "DB->get_cachesize");
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1062 int (*get_cachesize) __P((DB_SEQUENCE *, int32_t *)); member in struct:__db_sequence
1408 int (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *)); member in struct:__db
1964 int (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1051 int (*get_cachesize) __P((DB_SEQUENCE *, int32_t *)); member in struct:__db_sequence
1397 int (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *)); member in struct:__db
1953 int (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1099 int (*get_cachesize) __P((DB_SEQUENCE *, int32_t *)); member in struct:__db_sequence
1445 int (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *)); member in struct:__db
2001 int (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_method.c190 dbenv->get_cachesize = __memp_get_cachesize;
/macosx-10.9.5/BerkeleyDB-21/db/sequence/
H A Dsequence.c121 seq->get_cachesize = __seq_get_cachesize;
381 SEQ_ILLEGAL_BEFORE_OPEN(seq, "DB_SEQUENCE->get_cachesize");

Completed in 398 milliseconds

12