Searched refs:set_re_len (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_get.c76 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 10) == 0);
H A Db_load.c98 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 20) == 0);
H A Db_curwalk.c119 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 20) == 0);
H A Db_del.c81 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 20) == 0);
H A Db_put.c106 DB_BENCH_ASSERT(dbp->set_re_len(dbp, (u_int32_t)dsize) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_get.c75 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 10) == 0);
H A Db_load.c97 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 20) == 0);
H A Db_curwalk.c118 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 20) == 0);
H A Db_del.c80 DB_BENCH_ASSERT(dbp->set_re_len(dbp, 20) == 0);
H A Db_put.c105 DB_BENCH_ASSERT(dbp->set_re_len(dbp, (u_int32_t)dsize) == 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_method.c60 dbp->set_re_len = __ram_set_re_len;
400 DB_ILLEGAL_AFTER_OPEN(dbp, "DB->set_re_len");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp599 DB_METHOD(set_re_len, (u_int32_t re_len),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c186 (void)dbp->set_re_len(dbp, ri->reclen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c394 (void)dbp->set_re_len(dbp, HISTORY_LEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp364 dbp->set_re_len(HISTORY_LEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp185 dbp->set_re_len(dbp, HISTORY_LEN);
/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.java2051 db.set_re_len(recordLength);
/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.c704 NUMBER(name, value, "re_len", set_re_len, 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.c689 NUMBER(name, value, "re_len", set_re_len, 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.java452 public void set_re_len(int re_len) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_re_len(swigCPtr, this, re_len); } 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.i467 db_ret_t set_re_len(u_int32_t re_len) {
468 return self->set_re_len(self, re_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h264 virtual int set_re_len(u_int32_t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h265 virtual int set_re_len(u_int32_t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h265 virtual int set_re_len(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.xs1402 status = dbp->set_re_len(dbp, len) ;

Completed in 365 milliseconds

12