Home
last modified time | relevance | path

Searched refs:get_h_nelem (Results 1 – 25 of 64) sorted by relevance

123

/dports/databases/db18/db-18.1.40/src/hash/
H A Dhash_method.c55 dbp->get_h_nelem = __ham_get_h_nelem;
/dports/databases/db5/db-5.3.28/src/hash/
H A Dhash_method.c55 dbp->get_h_nelem = __ham_get_h_nelem;
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DSecondaryHashDatabase.cs351 db.get_h_nelem(ref ret);
H A DHashDatabase.cs335 db.get_h_nelem(ref ret);
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DSecondaryHashDatabase.cs356 db.get_h_nelem(ref ret);
H A DHashDatabase.cs435 db.get_h_nelem(ref ret);
/dports/databases/py-bsddb3/bsddb3-6.2.9/Lib3/bsddb/test/
H A Dtest_db.py109 self.assertEqual(nelem, self.db.get_h_nelem())
/dports/databases/py-bsddb3/bsddb3-6.2.9/Lib/bsddb/test/
H A Dtest_db.py109 self.assertEqual(nelem, self.db.get_h_nelem())
/dports/lang/python-legacy/Python-2.7.18/Lib/bsddb/test/
H A Dtest_db.py75 self.assertEqual(nelem, self.db.get_h_nelem())
/dports/lang/python27/Python-2.7.18/Lib/bsddb/test/
H A Dtest_db.py75 self.assertEqual(nelem, self.db.get_h_nelem())
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2387 hashNumElements = db.get_h_nelem(); in DatabaseConfig()
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB.cs472 internal int get_h_nelem(ref uint nelem) { in get_h_nelem() method in BerkeleyDB.Internal.DB
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2651 hashNumElements = db.get_h_nelem(); in DatabaseConfig()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDb.java418 …public int get_h_nelem() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_get_h_ne… in get_h_nelem() method in Db
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB.cs540 internal int get_h_nelem(ref uint nelem) { in get_h_nelem() method in BerkeleyDB.Internal.DB
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDb.java455 …public int get_h_nelem() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_get_h_ne… in get_h_nelem() method in Db
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_db.cpp694 DB_METHOD(get_h_nelem, (u_int32_t *h_nelemp),
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Ddb.i261 u_int32_t get_h_nelem() { in get_h_nelem() function
263 errno = self->get_h_nelem(self, &ret); in get_h_nelem()
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Ddb.i295 u_int32_t get_h_nelem() { in get_h_nelem() function
297 errno = self->get_h_nelem(self, &ret); in get_h_nelem()
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestPreOpenSetterAndGetter.c888 CHECK_1_DIGIT_VALUE(hash_db, set_h_nelem, get_h_nelem, in TestDbPreOpenSetterAndGetter()
/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_db.cpp855 DB_METHOD(get_h_nelem, (u_int32_t *h_nelemp),
/dports/databases/py-bsddb3/bsddb3-6.2.9/docs/
H A Ddb.rst303 .. function:: get_h_nelem()
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_cxx.h232 virtual int get_h_nelem(u_int32_t *);
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_cxx.h232 virtual int get_h_nelem(u_int32_t *);
/dports/databases/db5/db-5.3.28/lang/csharp/libdb_csharp/
H A Ddb.i688 int get_h_nelem(u_int32_t *nelem) { in get_h_nelem() function
689 return self->get_h_nelem(self, nelem); in get_h_nelem()

123