1N/A/* DO NOT EDIT: automatically built by dist/distrib. */
1N/A#ifndef _btree_ext_h_
1N/A#define _btree_ext_h_
1N/Aint __bam_cmp __P((DB *, const DBT *,
1N/A PAGE *, u_int32_t, int (*)(const DBT *, const DBT *)));
1N/Aint __bam_defcmp __P((const DBT *, const DBT *));
1N/Asize_t __bam_defpfx __P((const DBT *, const DBT *));
1N/Aint __bam_pgin __P((db_pgno_t, void *, DBT *));
1N/Aint __bam_pgout __P((db_pgno_t, void *, DBT *));
1N/Aint __bam_mswap __P((PAGE *));
1N/Aint __bam_cprint __P((DB *));
1N/Aint __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int));
1N/Avoid __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int));
1N/Avoid __bam_ca_dup __P((DB *,
1N/A db_pgno_t, u_int32_t, u_int32_t, db_pgno_t, u_int32_t));
1N/Avoid __bam_ca_rsplit __P((DB *, db_pgno_t, db_pgno_t));
1N/Avoid __bam_ca_split __P((DB *,
1N/A db_pgno_t, db_pgno_t, db_pgno_t, u_int32_t, int));
1N/Aint __bam_c_init __P((DBC *));
1N/Aint __bam_dup __P((DBC *, CURSOR *, u_int32_t, int));
1N/Aint __bam_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
1N/Aint __bam_ditem __P((DBC *, PAGE *, u_int32_t));
1N/Aint __bam_adjindx __P((DBC *, PAGE *, u_int32_t, u_int32_t, int));
1N/Aint __bam_dpage __P((DBC *, const DBT *));
1N/Aint __bam_dpages __P((DBC *));
1N/Aint __bam_open __P((DB *, DB_INFO *));
1N/Aint __bam_close __P((DB *));
1N/Avoid __bam_setovflsize __P((DB *));
1N/Aint __bam_read_root __P((DB *));
1N/Aint __bam_new __P((DBC *, u_int32_t, PAGE **));
1N/Aint __bam_lput __P((DBC *, DB_LOCK));
1N/Aint __bam_free __P((DBC *, PAGE *));
1N/Aint __bam_lt __P((DBC *));
1N/Aint __bam_lget
1N/A __P((DBC *, int, db_pgno_t, db_lockmode_t, DB_LOCK *));
1N/Aint __bam_iitem __P((DBC *,
1N/A PAGE **, db_indx_t *, DBT *, DBT *, u_int32_t, u_int32_t));
1N/Aint __bam_ritem __P((DBC *, PAGE *, u_int32_t, DBT *));
1N/Aint __bam_pg_alloc_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_pg_free_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_split_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_rsplit_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_adj_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_cadjust_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_cdel_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_repl_recover
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __ram_open __P((DB *, DB_INFO *));
1N/Aint __ram_close __P((DB *));
1N/Aint __ram_c_del __P((DBC *, u_int32_t));
1N/Aint __ram_c_get __P((DBC *, DBT *, DBT *, u_int32_t));
1N/Aint __ram_c_put __P((DBC *, DBT *, DBT *, u_int32_t));
1N/Avoid __ram_ca __P((DB *, db_recno_t, ca_recno_arg));
1N/Aint __ram_getno __P((DBC *, const DBT *, db_recno_t *, int));
1N/Aint __bam_rsearch __P((DBC *, db_recno_t *, u_int32_t, int, int *));
1N/Aint __bam_adjust __P((DBC *, int32_t));
1N/Aint __bam_nrecs __P((DBC *, db_recno_t *));
1N/Adb_recno_t __bam_total __P((PAGE *));
1N/Aint __bam_search __P((DBC *,
1N/A const DBT *, u_int32_t, int, db_recno_t *, int *));
1N/Aint __bam_stkrel __P((DBC *, int));
1N/Aint __bam_stkgrow __P((CURSOR *));
1N/Aint __bam_split __P((DBC *, void *));
1N/Aint __bam_copy __P((DB *, PAGE *, PAGE *, u_int32_t, u_int32_t));
1N/Aint __bam_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
1N/Aint __bam_pg_alloc_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, DB_LSN *, DB_LSN *, db_pgno_t,
1N/A u_int32_t, db_pgno_t));
1N/Aint __bam_pg_alloc_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_pg_alloc_read __P((void *, __bam_pg_alloc_args **));
1N/Aint __bam_pg_free_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, DB_LSN *, const DBT *,
1N/A db_pgno_t));
1N/Aint __bam_pg_free_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_pg_free_read __P((void *, __bam_pg_free_args **));
1N/Aint __bam_split_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, DB_LSN *, db_pgno_t,
1N/A DB_LSN *, u_int32_t, db_pgno_t, DB_LSN *,
1N/A const DBT *));
1N/Aint __bam_split_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_split_read __P((void *, __bam_split_args **));
1N/Aint __bam_rsplit_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, const DBT *, db_pgno_t,
1N/A const DBT *, DB_LSN *));
1N/Aint __bam_rsplit_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_rsplit_read __P((void *, __bam_rsplit_args **));
1N/Aint __bam_adj_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, DB_LSN *, u_int32_t,
1N/A u_int32_t, u_int32_t));
1N/Aint __bam_adj_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_adj_read __P((void *, __bam_adj_args **));
1N/Aint __bam_cadjust_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, DB_LSN *, u_int32_t,
1N/A int32_t, int32_t));
1N/Aint __bam_cadjust_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_cadjust_read __P((void *, __bam_cadjust_args **));
1N/Aint __bam_cdel_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, DB_LSN *, u_int32_t));
1N/Aint __bam_cdel_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_cdel_read __P((void *, __bam_cdel_args **));
1N/Aint __bam_repl_log
1N/A __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
1N/A u_int32_t, db_pgno_t, DB_LSN *, u_int32_t,
1N/A u_int32_t, const DBT *, const DBT *, u_int32_t,
1N/A u_int32_t));
1N/Aint __bam_repl_print
1N/A __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
1N/Aint __bam_repl_read __P((void *, __bam_repl_args **));
1N/Aint __bam_init_print __P((DB_ENV *));
1N/Aint __bam_init_recover __P((DB_ENV *));
1N/A#endif /* _btree_ext_h_ */