Searched refs:set_h_nelem (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestGetSetMethods.cpp66 db_h->set_h_nelem(100);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hsearch/
H A Dhsearch.c77 (ret = dbp->set_h_nelem(dbp, (u_int32_t)nel)) != 0 ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_method.c49 dbp->set_h_nelem = __ham_set_h_nelem;
177 DB_ILLEGAL_AFTER_OPEN(dbp, "DB->set_h_nelem");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c312 (void)dbp->set_h_nelem(dbp, (u_int32_t)accounts);
342 (void)dbp->set_h_nelem(dbp, (u_int32_t)branches);
370 (void)dbp->set_h_nelem(dbp, (u_int32_t)tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp285 dbp->set_h_nelem((unsigned int)accounts);
313 dbp->set_h_nelem((unsigned int)branches);
341 dbp->set_h_nelem((unsigned int)tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp95 dbp->set_h_nelem(dbp, (unsigned int)accounts);
127 dbp->set_h_nelem(dbp, (unsigned int)branches);
158 dbp->set_h_nelem(dbp, (unsigned int)tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c231 (ret = dbp->set_h_nelem(dbp, 1)) != 0 ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.c181 dbp->set_h_nelem(dbp, conf.pcount*10) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp576 DB_METHOD(set_h_nelem, (u_int32_t h_nelem),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c105 (void)dbp->set_h_nelem(dbp, hi->nelem);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2037 db.set_h_nelem(hashNumElements);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c180 dbp->set_h_nelem(dbp, conf.pcount*10) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c703 NUMBER(name, value, "h_nelem", set_h_nelem, u_int32_t); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c688 NUMBER(name, value, "h_nelem", set_h_nelem, u_int32_t); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java442 public void set_h_nelem(int h_nelem) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_h_nelem(swigCPtr, this, h_nelem); } method in class:Db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i435 db_ret_t set_h_nelem(u_int32_t h_nelem) {
436 return self->set_h_nelem(self, h_nelem);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h255 virtual int set_h_nelem(u_int32_t);
H A Ddb.h1476 int (*set_h_nelem) __P((DB *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h256 virtual int set_h_nelem(u_int32_t);
H A Ddb.h1464 int (*set_h_nelem) __P((DB *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h256 virtual int set_h_nelem(u_int32_t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs1290 (void)dbp->set_h_nelem(dbp, my_SvUV32(*svp)) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1466 int (*set_h_nelem) __P((DB *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1455 int (*set_h_nelem) __P((DB *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1503 int (*set_h_nelem) __P((DB *, u_int32_t)); member in struct:__db

Completed in 317 milliseconds

12