diff options
Diffstat (limited to 'src/dbinc_auto/btree_ext.h')
| -rw-r--r-- | src/dbinc_auto/btree_ext.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/dbinc_auto/btree_ext.h b/src/dbinc_auto/btree_ext.h index c90f5b80..bdd95750 100644 --- a/src/dbinc_auto/btree_ext.h +++ b/src/dbinc_auto/btree_ext.h @@ -8,11 +8,11 @@ extern "C" { int __bam_compact_int __P((DBC *, DBT *, DBT *, u_int32_t, int *, DB_COMPACT *, int *)); int __bam_compact_opd __P((DBC *, db_pgno_t, PAGE **, u_int32_t, DB_COMPACT *, int *)); -int __bam_truncate_ipages __P((DB *, DB_THREAD_INFO *, DB_TXN *, DB_COMPACT *)); -int __bam_cmp __P((DBC *, const DBT *, PAGE *, u_int32_t, int (*)(DB *, const DBT *, const DBT *), int *)); -int __bam_defcmp __P((DB *, const DBT *, const DBT *)); +int __bam_truncate_ipages __P((DB *, DB_THREAD_INFO *, DB_TXN *, DB_COMPACT *, int *)); +int __bam_cmp __P((DBC *, const DBT *, PAGE *, u_int32_t, int (*)(DB *, const DBT *, const DBT *, size_t *), int *, size_t *)); +int __bam_defcmp __P((DB *, const DBT *, const DBT *, size_t *)); size_t __bam_defpfx __P((DB *, const DBT *, const DBT *)); -int __bam_compress_dupcmp __P((DB *, const DBT *, const DBT *)); +int __bam_compress_dupcmp __P((DB *, const DBT *, const DBT *, size_t *)); int __bam_defcompress __P((DB *, const DBT *, const DBT *, const DBT *, const DBT *, DBT *)); int __bam_defdecompress __P((DB *, const DBT *, const DBT *, DBT *, DBT *, DBT *)); int __bamc_compress_get __P((DBC *, DBT *, DBT *, u_int32_t)); @@ -52,7 +52,7 @@ int __bam_db_create __P((DB *)); int __bam_db_close __P((DB *)); void __bam_map_flags __P((DB *, u_int32_t *, u_int32_t *)); int __bam_set_flags __P((DB *, u_int32_t *flagsp)); -int __bam_set_bt_compare __P((DB *, int (*)(DB *, const DBT *, const DBT *))); +int __bam_set_bt_compare __P((DB *, int (*)(DB *, const DBT *, const DBT *, size_t *))); int __bam_set_bt_compress __P((DB *, int (*)(DB *, const DBT *, const DBT *, const DBT *, const DBT *, DBT *), int (*)(DB *, const DBT *, const DBT *, DBT *, DBT *, DBT *))); int __bam_get_bt_minkey __P((DB *, u_int32_t *)); void __bam_copy_config __P((DB *, DB*, u_int32_t)); @@ -115,6 +115,8 @@ int __bam_traverse __P((DBC *, db_lockmode_t, db_pgno_t, int (*)(DBC *, PAGE *, int __bam_30_btreemeta __P((DB *, char *, u_int8_t *)); int __bam_31_btreemeta __P((DB *, char *, u_int32_t, DB_FH *, PAGE *, int *)); int __bam_31_lbtree __P((DB *, char *, u_int32_t, DB_FH *, PAGE *, int *)); +int __bam_60_btreemeta __P((DB *, char *, u_int32_t, DB_FH *, PAGE *, int *)); +int __bam_60_lbtree __P((DB *, char *, u_int32_t, DB_FH *, PAGE *, int *)); int __bam_vrfy_meta __P((DB *, VRFY_DBINFO *, BTMETA *, db_pgno_t, u_int32_t)); int __ram_vrfy_leaf __P((DB *, VRFY_DBINFO *, PAGE *, db_pgno_t, u_int32_t)); int __bam_vrfy __P((DB *, VRFY_DBINFO *, PAGE *, db_pgno_t, u_int32_t)); |
