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

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _tcl_ext_h_
  3. #define _tcl_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int bdb_HCommand __P((Tcl_Interp *, int, Tcl_Obj * CONST*));
  8. #if DB_DBM_HSEARCH != 0
  9. int bdb_NdbmOpen __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DBM **));
  10. #endif
  11. #if DB_DBM_HSEARCH != 0
  12. int bdb_DbmCommand __P((Tcl_Interp *, int, Tcl_Obj * CONST*, int, DBM *));
  13. #endif
  14. int ndbm_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  15. void _DbInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
  16. int db_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  17. int dbc_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  18. int env_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  19. int tcl_EnvRemove __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  20. int tcl_EnvVerbose __P((Tcl_Interp *, DB_ENV *, Tcl_Obj *, Tcl_Obj *));
  21. int tcl_EnvAttr __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  22. int tcl_EnvTest __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  23. DBTCL_INFO *_NewInfo __P((Tcl_Interp *, void *, char *, enum INFOTYPE));
  24. void *_NameToPtr __P((CONST char *));
  25. DBTCL_INFO *_PtrToInfo __P((CONST void *));
  26. DBTCL_INFO *_NameToInfo __P((CONST char *));
  27. void  _SetInfoData __P((DBTCL_INFO *, void *));
  28. void  _DeleteInfo __P((DBTCL_INFO *));
  29. int _SetListElem __P((Tcl_Interp *, Tcl_Obj *, void *, int, void *, int));
  30. int _SetListElemInt __P((Tcl_Interp *, Tcl_Obj *, void *, int));
  31. int _SetListRecnoElem __P((Tcl_Interp *, Tcl_Obj *, db_recno_t, u_char *, int));
  32. int _Set3DBTList __P((Tcl_Interp *, Tcl_Obj *, DBT *, int, DBT *, int, DBT *));
  33. int _SetMultiList __P((Tcl_Interp *, Tcl_Obj *, DBT *, DBT*, int, int));
  34. int _GetGlobPrefix __P((char *, char **));
  35. int _ReturnSetup __P((Tcl_Interp *, int, int, char *));
  36. int _ErrorSetup __P((Tcl_Interp *, int, char *));
  37. void _ErrorFunc __P((CONST char *, char *));
  38. int _GetLsn __P((Tcl_Interp *, Tcl_Obj *, DB_LSN *));
  39. int _GetUInt32 __P((Tcl_Interp *, Tcl_Obj *, u_int32_t *));
  40. Tcl_Obj *_GetFlagsList __P((Tcl_Interp *, u_int32_t, void (*)(u_int32_t, void *, void (*)(u_int32_t, const FN *, void *))));
  41. void _debug_check  __P((void));
  42. int _CopyObjBytes  __P((Tcl_Interp *, Tcl_Obj *obj, void **, u_int32_t *, int *));
  43. int tcl_LockDetect __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  44. int tcl_LockGet __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  45. int tcl_LockStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  46. int tcl_LockTimeout __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  47. int tcl_LockVec __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  48. int tcl_LogArchive __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  49. int tcl_LogCompare __P((Tcl_Interp *, int, Tcl_Obj * CONST*));
  50. int tcl_LogFile __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  51. int tcl_LogFlush __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  52. int tcl_LogGet __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  53. int tcl_LogPut __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  54. int tcl_LogStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  55. int logc_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  56. void _MpInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
  57. int tcl_MpSync __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  58. int tcl_MpTrickle __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  59. int tcl_Mp __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  60. int tcl_MpStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  61. int tcl_RepElect __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  62. int tcl_RepFlush __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  63. int tcl_RepLimit __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  64. int tcl_RepRequest __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  65. int tcl_RepStart __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  66. int tcl_RepProcessMessage __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  67. int tcl_RepStat __P((Tcl_Interp *, int, Tcl_Obj * CONST *, DB_ENV *));
  68. void _TxnInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
  69. int tcl_TxnCheckpoint __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  70. int tcl_Txn __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  71. int tcl_TxnStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  72. int tcl_TxnTimeout __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  73. int tcl_TxnRecover __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  74. int bdb_RandCommand __P((Tcl_Interp *, int, Tcl_Obj * CONST*));
  75. int tcl_Mutex __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  76. #if defined(__cplusplus)
  77. }
  78. #endif
  79. #endif /* !_tcl_ext_h_ */