1*0Sstevel@tonic-gate /* DO NOT EDIT: automatically built by dist/distrib. */ 2*0Sstevel@tonic-gate #ifndef _mp_ext_h_ 3*0Sstevel@tonic-gate #define _mp_ext_h_ 4*0Sstevel@tonic-gate int __memp_bhwrite 5*0Sstevel@tonic-gate __P((DB_MPOOL *, MPOOLFILE *, BH *, int *, int *)); 6*0Sstevel@tonic-gate int __memp_pgread __P((DB_MPOOLFILE *, BH *, int)); 7*0Sstevel@tonic-gate int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *)); 8*0Sstevel@tonic-gate int __memp_pg __P((DB_MPOOLFILE *, BH *, int)); 9*0Sstevel@tonic-gate void __memp_bhfree __P((DB_MPOOL *, MPOOLFILE *, BH *, int)); 10*0Sstevel@tonic-gate int __memp_fopen __P((DB_MPOOL *, MPOOLFILE *, const char *, 11*0Sstevel@tonic-gate u_int32_t, int, size_t, int, DB_MPOOL_FINFO *, DB_MPOOLFILE **)); 12*0Sstevel@tonic-gate void __memp_panic __P((DB_ENV *)); 13*0Sstevel@tonic-gate char * __memp_fn __P((DB_MPOOLFILE *)); 14*0Sstevel@tonic-gate char * __memp_fns __P((DB_MPOOL *, MPOOLFILE *)); 15*0Sstevel@tonic-gate void __memp_dump_region __P((DB_MPOOL *, char *, FILE *)); 16*0Sstevel@tonic-gate int __memp_reg_alloc __P((DB_MPOOL *, size_t, size_t *, void *)); 17*0Sstevel@tonic-gate int __memp_alloc __P((DB_MPOOL *, size_t, size_t *, void *)); 18*0Sstevel@tonic-gate int __memp_ropen 19*0Sstevel@tonic-gate __P((DB_MPOOL *, const char *, size_t, int, int, u_int32_t)); 20*0Sstevel@tonic-gate int __mp_xxx_fd __P((DB_MPOOLFILE *, int *)); 21*0Sstevel@tonic-gate #endif /* _mp_ext_h_ */ 22