Searched refs:get_h_nelem (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_method.c48 dbp->get_h_nelem = __ham_get_h_nelem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp574 DB_METHOD(get_h_nelem, (u_int32_t *h_nelemp),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2118 hashNumElements = db.get_h_nelem();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java367 public int get_h_nelem() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_get_h_nelem(swigCPtr, this); } method in class:Db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i267 u_int32_t get_h_nelem() {
269 errno = self->get_h_nelem(self, &ret);
H A Ddb_java_wrap.c2583 errno = self->get_h_nelem(self, &ret);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h208 virtual int get_h_nelem(u_int32_t *);
H A Ddb.h1428 int (*get_h_nelem) __P((DB *, u_int32_t *)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h209 virtual int get_h_nelem(u_int32_t *);
H A Ddb.h1416 int (*get_h_nelem) __P((DB *, u_int32_t *)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h209 virtual int get_h_nelem(u_int32_t *);
H A Ddb.h1455 int (*get_h_nelem) __P((DB *, u_int32_t *)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1418 int (*get_h_nelem) __P((DB *, u_int32_t *)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1407 int (*get_h_nelem) __P((DB *, u_int32_t *)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1455 int (*get_h_nelem) __P((DB *, u_int32_t *)); member in struct:__db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1195 replyp->status = dbp->get_h_nelem(dbp, &replyp->nelem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1033 replyp->status = dbp->get_h_nelem(&replyp->nelem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c118 "get_h_nelem",
446 ret = dbp->get_h_nelem(dbp, &value);
448 "db get_h_nelem")) == TCL_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3223 dbp->get_h_nelem = __dbcl_db_get_h_nelem;

Completed in 433 milliseconds