mp_ext.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:2k
源码类别:

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 *, REGINFO *, MPOOLFILE *, size_t, roff_t *, void *));
  8. #ifdef DIAGNOSTIC
  9. void __memp_check_order __P((DB_MPOOL_HASH *));
  10. #endif
  11. int __memp_bhwrite __P((DB_MPOOL *, DB_MPOOL_HASH *, MPOOLFILE *, BH *, int));
  12. int __memp_pgread __P((DB_MPOOLFILE *, DB_MUTEX *, BH *, int));
  13. int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
  14. void __memp_bhfree __P((DB_MPOOL *, DB_MPOOL_HASH *, BH *, int));
  15. int __memp_fget __P((DB_MPOOLFILE *, db_pgno_t *, u_int32_t, void *));
  16. int __memp_fcreate __P((DB_ENV *, DB_MPOOLFILE **, u_int32_t));
  17. int __memp_fopen_int __P((DB_MPOOLFILE *, MPOOLFILE *, const char *, u_int32_t, int, size_t));
  18. int __memp_fclose_int __P((DB_MPOOLFILE *, u_int32_t));
  19. int __memp_mf_discard __P((DB_MPOOL *, MPOOLFILE *));
  20. char * __memp_fn __P((DB_MPOOLFILE *));
  21. char * __memp_fns __P((DB_MPOOL *, MPOOLFILE *));
  22. int __memp_fput __P((DB_MPOOLFILE *, void *, u_int32_t));
  23. int __memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
  24. void __memp_dbenv_create __P((DB_ENV *));
  25. int __memp_open __P((DB_ENV *));
  26. int __memp_dbenv_refresh __P((DB_ENV *));
  27. void __mpool_region_destroy __P((DB_ENV *, REGINFO *));
  28. int  __memp_nameop __P((DB_ENV *, u_int8_t *, const char *, const char *, const char *));
  29. int __memp_register __P((DB_ENV *, int, int (*)(DB_ENV *, db_pgno_t, void *, DBT *), int (*)(DB_ENV *, db_pgno_t, void *, DBT *)));
  30. int __memp_stat __P((DB_ENV *, DB_MPOOL_STAT **, DB_MPOOL_FSTAT ***, u_int32_t));
  31. int __memp_dump_region __P((DB_ENV *, char *, FILE *));
  32. void __memp_stat_hash __P((REGINFO *, MPOOL *, u_int32_t *));
  33. int __memp_sync __P((DB_ENV *, DB_LSN *));
  34. int __memp_fsync __P((DB_MPOOLFILE *));
  35. int __mp_xxx_fh __P((DB_MPOOLFILE *, DB_FH **));
  36. int __memp_sync_int __P((DB_ENV *, DB_MPOOLFILE *, int, db_sync_op, int *));
  37. int __memp_trickle __P((DB_ENV *, int, int *));
  38. #if defined(__cplusplus)
  39. }
  40. #endif
  41. #endif /* !_mp_ext_h_ */