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

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _env_ext_h_
  3. #define _env_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. void __db_shalloc_init __P((void *, size_t));
  8. int __db_shalloc_size __P((size_t, size_t));
  9. int __db_shalloc __P((void *, size_t, size_t, void *));
  10. void __db_shalloc_free __P((void *, void *));
  11. size_t __db_shalloc_count __P((void *));
  12. size_t __db_shsizeof __P((void *));
  13. void __db_shalloc_dump __P((void *, FILE *));
  14. int __db_tablesize __P((u_int32_t));
  15. void __db_hashinit __P((void *, u_int32_t));
  16. int  __dbenv_init __P((DB_ENV *));
  17. int __db_mi_env __P((DB_ENV *, const char *));
  18. int __db_mi_open __P((DB_ENV *, const char *, int));
  19. int __db_env_config __P((DB_ENV *, int));
  20. int __dbenv_open __P((DB_ENV *, const char *, u_int32_t, int));
  21. int __dbenv_remove __P((DB_ENV *, const char *, u_int32_t));
  22. int __dbenv_close __P((DB_ENV *, u_int32_t));
  23. int __db_appname __P((DB_ENV *, APPNAME,
  24.    const char *, const char *, u_int32_t, DB_FH *, char **));
  25. int __db_apprec __P((DB_ENV *, u_int32_t));
  26. int __db_e_attach __P((DB_ENV *, u_int32_t *));
  27. int __db_e_detach __P((DB_ENV *, int));
  28. int __db_e_remove __P((DB_ENV *, int));
  29. int __db_e_stat __P((DB_ENV *, REGENV *, REGION *, int *));
  30. int __db_r_attach __P((DB_ENV *, REGINFO *, size_t));
  31. int __db_r_detach __P((DB_ENV *, REGINFO *, int));
  32. #if defined(__cplusplus)
  33. }
  34. #endif
  35. #endif /* _env_ext_h_ */