Searched refs:set_pagesize (Results 26 - 50 of 53) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp114 dbp->set_pagesize(512);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c332 if ((ret = dbp->set_pagesize(dbp, pagesize)) != 0) {
333 dbp->err(dbp, ret, "set_pagesize");
H A Dex_thread.c157 if ((ret = dbp->set_pagesize(dbp, 1024)) != 0) {
158 dbp->err(dbp, ret, "set_pagesize");
/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.c171 dbp->set_pagesize(dbp, conf.pagesz) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp587 DB_METHOD(set_pagesize, (u_int32_t db_pagesize),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c268 dbp->set_pagesize = __db_set_pagesize;
877 * DB->set_pagesize
886 DB_ILLEGAL_AFTER_OPEN(dbp, "DB->set_pagesize");
/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.java2041 db.set_pagesize(pageSize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c170 dbp->set_pagesize(dbp, conf.pagesz) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs1294 (void)dbp->set_pagesize(dbp, my_SvUV32(*svp));
1337 (void)dbp->set_pagesize(dbp, my_SvUV32(*svp)) ;
1372 status = dbp->set_pagesize(dbp, my_SvUV32(*svp)) ;
/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.c698 NUMBER(name, value, "db_pagesize", set_pagesize, 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.c683 NUMBER(name, value, "db_pagesize", set_pagesize, 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.java446 public void set_pagesize(long pagesize) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_pagesize(swigCPtr, this, pagesize); } 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.i449 db_ret_t set_pagesize(u_int32_t pagesize) {
450 return self->set_pagesize(self, pagesize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h259 virtual int set_pagesize(u_int32_t);
H A Ddb.h1480 int (*set_pagesize) __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.h260 virtual int set_pagesize(u_int32_t);
H A Ddb.h1468 int (*set_pagesize) __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.h260 virtual int set_pagesize(u_int32_t);
H A Ddb.h1507 int (*set_pagesize) __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_brew/
H A Ddb.h1470 int (*set_pagesize) __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.h1459 int (*set_pagesize) __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.h1507 int (*set_pagesize) __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/rpc_server/c/
H A Ddb_server_proc.c1466 ret = dbp->set_pagesize(dbp, pagesize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1264 ret = dbp->set_pagesize(pagesize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3278 dbp->set_pagesize = __dbcl_db_set_pagesize;

Completed in 435 milliseconds

123