common_ext.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小: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_isbigendian __P((void));
  8. int __db_byteorder __P((DB_ENV *, int));
  9. int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
  10. int __db_fcchk __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. void __db_pgerr __P((DB *, db_pgno_t, int));
  13. int __db_pgfmt __P((DB_ENV *, 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_errcall __P((const DB_ENV *, int, int, const char *, va_list));
  22. void __db_errfile __P((const DB_ENV *, int, int, const char *, va_list));
  23. void __db_logmsg __P((const DB_ENV *, DB_TXN *, const char *, u_int32_t, const char *, ...));
  24. int __db_unknown_flag __P((DB_ENV *, char *, u_int32_t));
  25. int __db_unknown_type __P((DB_ENV *, char *, DBTYPE));
  26. int __db_check_txn __P((DB *, DB_TXN *, u_int32_t, int));
  27. int __db_not_txn_env __P((DB_ENV *));
  28. int __db_getlong __P((DB *, const char *, char *, long, long, long *));
  29. int __db_getulong __P((DB *, const char *, char *, u_long, u_long, u_long *));
  30. void __db_idspace __P((u_int32_t *, int, u_int32_t *, u_int32_t *));
  31. u_int32_t __db_log2 __P((u_int32_t));
  32. int __db_util_arg __P((char *, char *, int *, char ***));
  33. int __db_util_cache __P((DB_ENV *, DB *, u_int32_t *, int *));
  34. int __db_util_logset __P((const char *, char *));
  35. void __db_util_siginit __P((void));
  36. int __db_util_interrupted __P((void));
  37. void __db_util_sigresend __P((void));
  38. #if defined(__cplusplus)
  39. }
  40. #endif
  41. #endif /* !_common_ext_h_ */