Searched refs:BTREE (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseType.java19 public static final DatabaseType BTREE = field in class:DatabaseType
20 new DatabaseType("BTREE", DbConstants.DB_BTREE);
55 return BTREE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_method.c36 BTREE *t;
40 if ((ret = __os_calloc(dbp->env, 1, sizeof(BTREE), &t)) != 0)
79 BTREE *t;
186 BTREE *t;
215 BTREE *t;
233 BTREE *t;
258 BTREE *t;
324 BTREE *t;
341 BTREE *t;
365 BTREE *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DMyDbs.java48 myDbConfig.setType(DatabaseType.BTREE);
49 mySecConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java74 dbConfig.setType(DatabaseType.BTREE);
110 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java76 dbConfig.setType(DatabaseType.BTREE);
107 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java56 dbConf.setType(DatabaseType.BTREE);
80 dbConf.setType(DatabaseType.BTREE);
H A DClosedDbTest.java50 dbConf.setType(DatabaseType.BTREE);
H A DCallbackTest.java80 dbConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java62 dbConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DRPCExample.java30 config.setType(DatabaseType.BTREE);
H A DSequenceExample.java74 dbConfig.setType(DatabaseType.BTREE);
H A DAccessExample.java113 dbConfig.setType(DatabaseType.BTREE);
H A DBulkAccessExample.java84 config.setType(DatabaseType.BTREE);
H A DBulkAccessNIOExample.java85 config.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_reclaim.c91 PGNO(p) == ((BTREE *)dbp->bt_internal)->bt_root)
142 ((BTREE *)dbp->bt_internal)->bt_root == PGNO(p)) {
167 if (((BTREE *)dbp->bt_internal)->bt_root == PGNO(p)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExample.java180 dbConfig.setType(DatabaseType.BTREE);
204 catalogConfig.setType(DatabaseType.BTREE);
224 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuideInMemory.java97 myDbConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DTxnGuideDPL.java92 myDbConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java74 dbConfig.setType(DatabaseType.BTREE);
105 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSampleDatabase.java74 dbConfig.setType(DatabaseType.BTREE);
105 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java76 dbConfig.setType(DatabaseType.BTREE);
107 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java76 dbConfig.setType(DatabaseType.BTREE);
107 secConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dmldbm.t37 package BTREE ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c172 } BTREE; typedef in typeref:struct:_btree
290 BTREE *btp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java96 dbConfig.setType(DatabaseType.BTREE);

Completed in 211 milliseconds

123