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