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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuide.java91 myDbConfig.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 DHashCompareTest.java66 runTest(DatabaseType.BTREE);
H A DAssociateTest.java76 dbConfig.setType(DatabaseType.BTREE);
83 secConfig.setType(DatabaseType.BTREE);
H A DPartialGetTest.java210 dbConfig.setType(DatabaseType.BTREE);
H A DDatabaseTest.java371 db_config.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java72 return dbConfig.getType() == DatabaseType.BTREE;
230 dbConfig.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c110 BTREE *t;
195 BTREE *t;
926 BTREE *t;
981 BTREE *t;
1022 BTREE *t;
1179 BTREE *t;
H A Dbt_open.c74 BTREE *t;
277 BTREE *t;
360 BTREE *t;
H A Dbt_put.c74 BTREE *t;
470 BTREE *t;
H A Dbt_verify.c861 BTREE *bt;
903 bt = (BTREE *)dbp->bt_internal;
1821 ((BTREE *)dbp->bt_internal)->bt_compare;
H A Dbt_search.c167 BTREE *t;
H A Dbt_stat.c31 BTREE *t;
H A Dbt_compact.c288 * a BTREE and a RECNO from the rest of the code.
635 * For BTREE the return will contain the stack that
1018 BTREE *t;
2203 BTREE *t;
2430 if (pgno != ((BTREE *)dbp->bt_internal)->bt_root)
H A Dbt_cursor.c203 BTREE *t;
1083 * Distinguish between BTREE and RECNO.
1787 BTREE *t;
2295 BTREE *t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h51 struct __btree; typedef struct __btree BTREE; typedef in typeref:struct:__btree
H A Ddb_am.h214 ((BTREE *)(dbp)->bt_internal)->bt_compare != __bam_defcmp ||\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java141 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 DBtRecExample.java42 config.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java266 dbconf.setType(DatabaseType.BTREE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm596 # BTREE only
817 See L<Changing the BTREE sort order> for an example of using the
910 =head2 Changing the BTREE sort order
913 BTREE uses. Instead of using the normal lexical ordering, a case
959 ordering in a BTREE database:
1006 The BTREE file type optionally allows a single key to be associated
1011 want to manipulate a BTREE database with duplicate keys. Consider this
1119 reading duplicate values from BTREE databases. The method can take the
1134 associative array correspond to the values that matched in the BTREE
1136 particular value occurred in the BTREE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c1137 re_len = ((BTREE *)dbp->bt_internal)->re_len;
1138 re_pad = ((BTREE *)dbp->bt_internal)->re_pad;
1636 if (((BTREE *)sdbp->bt_internal)->bt_compare(sdbp,
2818 F_ISSET(dbp, DB_AM_FIXEDLEN) ? ((BTREE *)dbp->bt_internal)->re_pad :
2898 ((BTREE *)sdbp->bt_internal)->bt_compare(sdbp,
H A Ddb_pr.c153 BTREE *bt;
533 h->pgno == ((BTREE *)dbp->bt_internal)->bt_root))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2106 if (type == DatabaseType.BTREE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3056 BTREE, /* get bit lengths tree for a dynamic block */ enumerator in enum:inflate_blocks_state::__anon1533
3215 if (s->mode == BTREE || s->mode == DTREE)
3379 s->mode = BTREE;
3380 case BTREE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3537 BTREE, /* get bit lengths tree for a dynamic block */ enumerator in enum:__anon1496
3683 if (s->mode == BTREE || s->mode == DTREE)
3849 s->mode = BTREE;
3850 case BTREE:

Completed in 145 milliseconds

123