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

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _common_ext_h_
  3. #define _common_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int __db_byteorder __P((DB_ENV *, int));
  8. int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
  9. int __db_fcchk
  10.    __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
  11. int __db_ferr __P((const DB_ENV *, const char *, int));
  12. int __db_pgerr __P((DB *, db_pgno_t));
  13. int __db_pgfmt __P((DB *, db_pgno_t));
  14. int __db_eopnotsup __P((const DB_ENV *));
  15. #ifdef DIAGNOSTIC
  16. void __db_assert __P((const char *, const char *, int));
  17. #endif
  18. int __db_panic_msg __P((DB_ENV *));
  19. int __db_panic __P((DB_ENV *, int));
  20. void __db_err __P((const DB_ENV *, const char *, ...));
  21. void __db_real_err
  22.     __P((const DB_ENV *, int, int, int, const char *, va_list));
  23. void __db_logmsg __P((const DB_ENV *,
  24.     DB_TXN *, const char *, u_int32_t, const char *, ...));
  25. void __db_real_log __P((const DB_ENV *,
  26.     DB_TXN *, const char *, u_int32_t, const char *, va_list ap));
  27. int __db_unknown_flag __P((DB_ENV *, char *, u_int32_t));
  28. int __db_unknown_type __P((DB_ENV *, char *, u_int32_t));
  29. #ifdef DIAGNOSTIC
  30. int __db_missing_txn_err __P((DB_ENV *));
  31. #endif
  32. int __db_getlong
  33.     __P((DB *, const char *, char *, long, long, long *));
  34. int __db_getulong
  35.     __P((DB *, const char *, char *, u_long, u_long, u_long *));
  36. u_int32_t __db_log2 __P((u_int32_t));
  37. int __db_util_logset __P((const char *, char *));
  38. void __db_util_siginit __P((void));
  39. int __db_util_interrupted __P((void));
  40. void __db_util_sigresend __P((void));
  41. #if defined(__cplusplus)
  42. }
  43. #endif
  44. #endif /* _common_ext_h_ */