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

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
  13.     __P((Tcl_Interp *, int, Tcl_Obj * CONST*, int, DBM *));
  14. #endif
  15. int ndbm_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  16. int bdb_RandCommand __P((Tcl_Interp *, int, Tcl_Obj * CONST*));
  17. int tcl_Mutex __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *,
  18.    DBTCL_INFO *));
  19. int db_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  20. int dbc_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  21. int env_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  22. int tcl_EnvRemove __P((Tcl_Interp *, int, Tcl_Obj * CONST*,
  23.      DB_ENV *, DBTCL_INFO *));
  24. int tcl_EnvVerbose __P((Tcl_Interp *, DB_ENV *, Tcl_Obj *,
  25.    Tcl_Obj *));
  26. int tcl_EnvTest __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  27. DBTCL_INFO *_NewInfo __P((Tcl_Interp *,
  28.    void *, char *, enum INFOTYPE));
  29. void *_NameToPtr __P((CONST char *));
  30. char *_PtrToName __P((CONST void *));
  31. DBTCL_INFO *_PtrToInfo __P((CONST void *));
  32. DBTCL_INFO *_NameToInfo __P((CONST char *));
  33. void  _SetInfoData __P((DBTCL_INFO *, void *));
  34. void  _DeleteInfo __P((DBTCL_INFO *));
  35. int _SetListElem __P((Tcl_Interp *,
  36.    Tcl_Obj *, void *, int, void *, int));
  37. int _SetListElemInt __P((Tcl_Interp *, Tcl_Obj *, void *, int));
  38. int _SetListRecnoElem __P((Tcl_Interp *, Tcl_Obj *,
  39.     db_recno_t, u_char *, int));
  40. int _GetGlobPrefix __P((char *, char **));
  41. int _ReturnSetup __P((Tcl_Interp *, int, char *));
  42. int _ErrorSetup __P((Tcl_Interp *, int, char *));
  43. void _ErrorFunc __P((CONST char *, char *));
  44. int _GetLsn __P((Tcl_Interp *, Tcl_Obj *, DB_LSN *));
  45. void _debug_check  __P((void));
  46. int tcl_LockDetect __P((Tcl_Interp *, int,
  47.    Tcl_Obj * CONST*, DB_ENV *));
  48. int tcl_LockGet __P((Tcl_Interp *, int,
  49.    Tcl_Obj * CONST*, DB_ENV *));
  50. int tcl_LockStat __P((Tcl_Interp *, int,
  51.    Tcl_Obj * CONST*, DB_ENV *));
  52. int tcl_LockVec __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  53. int tcl_LogArchive __P((Tcl_Interp *, int,
  54.    Tcl_Obj * CONST*, DB_ENV *));
  55. int tcl_LogCompare __P((Tcl_Interp *, int,
  56.    Tcl_Obj * CONST*));
  57. int tcl_LogFile __P((Tcl_Interp *, int,
  58.    Tcl_Obj * CONST*, DB_ENV *));
  59. int tcl_LogFlush __P((Tcl_Interp *, int,
  60.    Tcl_Obj * CONST*, DB_ENV *));
  61. int tcl_LogGet __P((Tcl_Interp *, int,
  62.    Tcl_Obj * CONST*, DB_ENV *));
  63. int tcl_LogPut __P((Tcl_Interp *, int,
  64.    Tcl_Obj * CONST*, DB_ENV *));
  65. int tcl_LogRegister __P((Tcl_Interp *, int,
  66.    Tcl_Obj * CONST*, DB_ENV *));
  67. int tcl_LogStat __P((Tcl_Interp *, int,
  68.    Tcl_Obj * CONST*, DB_ENV *));
  69. int tcl_LogUnregister __P((Tcl_Interp *, int,
  70.    Tcl_Obj * CONST*, DB_ENV *));
  71. void _MpInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
  72. int tcl_MpSync __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  73. int tcl_MpTrickle __P((Tcl_Interp *, int,
  74.    Tcl_Obj * CONST*, DB_ENV *));
  75. int tcl_Mp __P((Tcl_Interp *, int,
  76.    Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  77. int tcl_MpStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_ENV *));
  78. void _TxnInfoDelete __P((Tcl_Interp *, DBTCL_INFO *));
  79. int tcl_TxnCheckpoint __P((Tcl_Interp *, int,
  80.    Tcl_Obj * CONST*, DB_ENV *));
  81. int tcl_Txn __P((Tcl_Interp *, int,
  82.    Tcl_Obj * CONST*, DB_ENV *, DBTCL_INFO *));
  83. int tcl_TxnStat __P((Tcl_Interp *, int,
  84.    Tcl_Obj * CONST*, DB_ENV *));
  85. int txn_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
  86. #if defined(__cplusplus)
  87. }
  88. #endif
  89. #endif /* _tcl_ext_h_ */