mp_ext.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _mp_ext_h_
  3. #define _mp_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int __memp_alloc __P((DB_MPOOL *,
  8.     REGINFO *, MPOOLFILE *, size_t, roff_t *, void *));
  9. int __memp_bhwrite
  10.     __P((DB_MPOOL *, MPOOLFILE *, BH *, int *, int *));
  11. int __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
  12. int __memp_pgwrite
  13.     __P((DB_MPOOL *, DB_MPOOLFILE *, BH *, int *, int *));
  14. int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
  15. void __memp_bhfree __P((DB_MPOOL *, BH *, int));
  16. void __memp_set_unlink __P((DB_MPOOLFILE *));
  17. void __memp_clear_unlink __P((DB_MPOOLFILE *));
  18. int __memp_fopen __P((DB_MPOOL *, MPOOLFILE *, const char *,
  19.    u_int32_t, int, size_t, int, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
  20. void __memp_mf_discard __P((DB_MPOOL *, MPOOLFILE *));
  21. int __memp_fremove __P((DB_MPOOLFILE *));
  22. char * __memp_fn __P((DB_MPOOLFILE *));
  23. char * __memp_fns __P((DB_MPOOL *, MPOOLFILE *));
  24. void __memp_dbenv_create __P((DB_ENV *));
  25. int __memp_open __P((DB_ENV *));
  26. int __memp_close __P((DB_ENV *));
  27. void __mpool_region_destroy __P((DB_ENV *, REGINFO *));
  28. void __memp_dump_region __P((DB_ENV *, char *, FILE *));
  29. int __mp_xxx_fh __P((DB_MPOOLFILE *, DB_FH **));
  30. #if defined(__cplusplus)
  31. }
  32. #endif
  33. #endif /* _mp_ext_h_ */