Home
last modified time | relevance | path

Searched refs:DB_set_heap_regionsize (Results 1 – 7 of 7) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB.cs439 ret = libdb_csharpPINVOKE.DB_set_heap_regionsize(swigCPtr, npages); in set_heap_regionsize()
H A Dlibdb_csharpPINVOKE.cs272 public static extern int DB_set_heap_regionsize(HandleRef jarg1, uint jarg2); in DB_set_heap_regionsize() method in BerkeleyDB.Internal.libdb_csharpPINVOKE
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB.cs507 ret = libdb_csharpPINVOKE.DB_set_heap_regionsize(swigCPtr, npages); in set_heap_regionsize()
H A Dlibdb_csharpPINVOKE.cs292 …public static extern int DB_set_heap_regionsize(global::System.Runtime.InteropServices.HandleRef j… in DB_set_heap_regionsize() method in BerkeleyDB.Internal.libdb_csharpPINVOKE
/dports/databases/db5/db-5.3.28/lang/csharp/libdb_csharp/
H A Ddb_csharp_wrap.c300 SWIGINTERN int DB_set_heap_regionsize(DB *self,u_int32_t npages){ in DB_set_heap_regionsize() function
2375 result = (int)DB_set_heap_regionsize(arg1,arg2); in CSharp_DB_set_heap_regionsize()
/dports/databases/db18/db-18.1.40/lang/csharp/libdb_csharp/
H A Ddb_csharp_wrap.c337 SWIGINTERN int DB_set_heap_regionsize(DB *self,u_int32_t npages){ in DB_set_heap_regionsize() function
2665 result = (int)DB_set_heap_regionsize(arg1,arg2); in CSharp_BerkeleyDBfInternal_DB_set_heap_regionsize___()
/dports/databases/py-berkeleydb/berkeleydb-18.1.4/src/Module/
H A Dberkeleydb.c3009 DB_set_heap_regionsize(DBObject* self, PyObject* args) function
9038 {"set_heap_regionsize", (PyCFunction)DB_set_heap_regionsize, METH_VARARGS},