Searched refs:bt_prefix (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A DMakefile3 BUILD= bt_compare.html bt_minkey.html bt_prefix.html bt_recnum.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_method.c46 t->bt_prefix = __bam_defpfx;
198 if (t->bt_prefix == __bam_defpfx)
199 t->bt_prefix = NULL;
265 t->bt_prefix = func;
H A Dbt_open.c84 if (t->bt_compare == __bam_defcmp && t->bt_prefix != __bam_defpfx) {
H A Dbt_split.c814 * We set t->bt_prefix to NULL if we have a comparison
840 func = t->bt_prefix;
H A Dbt_compact.c1163 func = t->bt_prefix;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h276 size_t (*bt_prefix) __P((DB *, const DBT *, const DBT *)); member in struct:__btree
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp468 DB_CALLBACK_C_INTERCEPT(bt_prefix,
473 DB_SET_CALLBACK(set_bt_prefix, bt_prefix,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_callbacks.i655 com.sleepycat.db.BtreePrefixCalculator, bt_prefix)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs184 size_t (*bt_prefix)
1587 if (info->bt_prefix) {
1588 Status = dbp->set_bt_prefix(dbp, info->bt_prefix) ;
1590 info->bt_prefix, my_db_strerror(Status)));
3048 info.bt_prefix = btree_prefix ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c176 __db_msg(env, "bt_compare: %#lx bt_prefix: %#lx",
178 P_TO_ULONG(bt->bt_prefix));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs267 #define db_BT_prefix bt_prefix

Completed in 79 milliseconds