Home
last modified time | relevance | path

Searched refs:get_heap_regionsize (Results 1 – 25 of 40) sorted by relevance

12

/dports/databases/db18/db-18.1.40/src/heap/
H A Dheap_method.c34 dbp->get_heap_regionsize = __heap_get_heap_regionsize;
/dports/databases/db5/db-5.3.28/src/heap/
H A Dheap_method.c34 dbp->get_heap_regionsize = __heap_get_heap_regionsize;
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DHeapDatabase.cs144 db.get_heap_regionsize(ref ret);
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DHeapDatabase.cs212 db.get_heap_regionsize(ref ret);
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2391 heapRegionSize = db.get_heap_regionsize(); in DatabaseConfig()
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB.cs430 internal int get_heap_regionsize(ref uint npages) { in get_heap_regionsize() method in BerkeleyDB.Internal.DB
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2655 heapRegionSize = db.get_heap_regionsize(); in DatabaseConfig()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDb.java414 …public int get_heap_regionsize() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_… in get_heap_regionsize() method in Db
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB.cs498 internal int get_heap_regionsize(ref uint npages) { in get_heap_regionsize() method in BerkeleyDB.Internal.DB
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDb.java451 …public int get_heap_regionsize() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_… in get_heap_regionsize() method in Db
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_db.cpp682 DB_METHOD(get_heap_regionsize, (u_int32_t *npagesp),
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Ddb.i249 u_int32_t get_heap_regionsize() { in get_heap_regionsize() function
251 errno = self->get_heap_regionsize(self, &ret); in get_heap_regionsize()
/dports/databases/py-berkeleydb/berkeleydb-18.1.4/docs/
H A Dchangelog.rst107 ``DB.set_heapsize()``, ``DB.get_heap_regionsize()`` and
H A Ddb.rst348 .. function:: get_heap_regionsize()
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Ddb.i283 u_int32_t get_heap_regionsize() { in get_heap_regionsize() function
285 errno = self->get_heap_regionsize(self, &ret); in get_heap_regionsize()
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestPreOpenSetterAndGetter.c921 CHECK_1_DIGIT_VALUE(heap_db, set_heap_regionsize, get_heap_regionsize, in TestDbPreOpenSetterAndGetter()
/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_db.cpp843 DB_METHOD(get_heap_regionsize, (u_int32_t *npagesp),
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_cxx.h228 virtual int get_heap_regionsize(u_int32_t *);
H A Ddb.h1687 int (*get_heap_regionsize) __P((DB *, u_int32_t *)); member
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_cxx.h228 virtual int get_heap_regionsize(u_int32_t *);
H A Ddb.h1645 int (*get_heap_regionsize) __P((DB *, u_int32_t *)); member
/dports/databases/db5/db-5.3.28/lang/csharp/libdb_csharp/
H A Ddb.i663 int get_heap_regionsize(u_int32_t *npages) { in get_heap_regionsize() function
664 return self->get_heap_regionsize(self, npages); in get_heap_regionsize()
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb_cxx.h237 virtual int get_heap_regionsize(u_int32_t *);
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb_cxx.h237 virtual int get_heap_regionsize(u_int32_t *);
/dports/databases/db18/db-18.1.40/lang/csharp/libdb_csharp/
H A Ddb.i715 int get_heap_regionsize(u_int32_t *npages) { in get_heap_regionsize() function
716 return self->get_heap_regionsize(self, npages); in get_heap_regionsize()

12