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

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _btree_ext_h_
  3. #define _btree_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. int __bam_cmp __P((DB *, const DBT *, PAGE *,
  8.    u_int32_t, int (*)(DB *, const DBT *, const DBT *), int *));
  9. int __bam_defcmp __P((DB *, const DBT *, const DBT *));
  10. size_t __bam_defpfx __P((DB *, const DBT *, const DBT *));
  11. int __bam_pgin __P((DB_ENV *, db_pgno_t, void *, DBT *));
  12. int __bam_pgout __P((DB_ENV *, db_pgno_t, void *, DBT *));
  13. int __bam_mswap __P((PAGE *));
  14. void __bam_cprint __P((DBC *));
  15. int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int));
  16. int __ram_ca_delete __P((DB *, db_pgno_t));
  17. int __bam_ca_di __P((DBC *, db_pgno_t, u_int32_t, int));
  18. int __bam_ca_dup __P((DBC *,
  19.    u_int32_t, db_pgno_t, u_int32_t, db_pgno_t, u_int32_t));
  20. int __bam_ca_undodup __P((DB *,
  21.    u_int32_t, db_pgno_t, u_int32_t, u_int32_t));
  22. int __bam_ca_rsplit __P((DBC *, db_pgno_t, db_pgno_t));
  23. int __bam_ca_split __P((DBC *,
  24.    db_pgno_t, db_pgno_t, db_pgno_t, u_int32_t, int));
  25. void __bam_ca_undosplit __P((DB *,
  26.    db_pgno_t, db_pgno_t, db_pgno_t, u_int32_t));
  27. int __bam_c_init __P((DBC *, DBTYPE));
  28. int __bam_c_refresh __P((DBC *));
  29. int __bam_c_count __P((DBC *, db_recno_t *));
  30. int __bam_c_dup __P((DBC *, DBC *));
  31. int __bam_c_rget __P((DBC *, DBT *, u_int32_t));
  32. int __bam_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
  33. int __bam_ditem __P((DBC *, PAGE *, u_int32_t));
  34. int __bam_adjindx __P((DBC *, PAGE *, u_int32_t, u_int32_t, int));
  35. int __bam_dpages __P((DBC *, EPG *));
  36. int __bam_db_create __P((DB *));
  37. int __bam_db_close __P((DB *));
  38. int __bam_set_flags __P((DB *, u_int32_t *flagsp));
  39. int __ram_set_flags __P((DB *, u_int32_t *flagsp));
  40. int __bam_open __P((DB *, const char *, db_pgno_t, u_int32_t));
  41. int __bam_metachk __P((DB *, const char *, BTMETA *));
  42. int __bam_read_root __P((DB *, const char *, db_pgno_t, u_int32_t));
  43. int __bam_iitem __P((DBC *, DBT *, DBT *, u_int32_t, u_int32_t));
  44. u_int32_t __bam_partsize __P((u_int32_t, DBT *, PAGE *, u_int32_t));
  45. int __bam_build __P((DBC *, u_int32_t,
  46.     DBT *, PAGE *, u_int32_t, u_int32_t));
  47. int __bam_ritem __P((DBC *, PAGE *, u_int32_t, DBT *));
  48. int __bam_pg_alloc_recover
  49.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  50. int __bam_pg_free_recover
  51.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  52. int __bam_split_recover
  53.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  54. int __bam_rsplit_recover
  55.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  56. int __bam_adj_recover
  57.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  58. int __bam_cadjust_recover
  59.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  60. int __bam_cdel_recover
  61.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  62. int __bam_repl_recover
  63.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  64. int __bam_root_recover
  65.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  66. int __bam_curadj_recover
  67.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  68. int __bam_rcuradj_recover
  69.   __P((DB_ENV *, DBT *, DB_LSN *, db_recops, void *));
  70. int __bam_reclaim __P((DB *, DB_TXN *));
  71. int __ram_open __P((DB *, const char *, db_pgno_t, u_int32_t));
  72. int __ram_c_del __P((DBC *));
  73. int __ram_c_get
  74.     __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
  75. int __ram_c_put __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
  76. int __ram_ca __P((DBC *, ca_recno_arg));
  77. int __ram_getno __P((DBC *, const DBT *, db_recno_t *, int));
  78. int __ram_writeback __P((DB *));
  79. int __bam_rsearch __P((DBC *, db_recno_t *, u_int32_t, int, int *));
  80. int __bam_adjust __P((DBC *, int32_t));
  81. int __bam_nrecs __P((DBC *, db_recno_t *));
  82. db_recno_t __bam_total __P((PAGE *));
  83. int __bam_search __P((DBC *,
  84.     const DBT *, u_int32_t, int, db_recno_t *, int *));
  85. int __bam_stkrel __P((DBC *, u_int32_t));
  86. int __bam_stkgrow __P((DB_ENV *, BTREE_CURSOR *));
  87. int __bam_split __P((DBC *, void *));
  88. int __bam_copy __P((DB *, PAGE *, PAGE *, u_int32_t, u_int32_t));
  89. int __bam_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
  90. int __bam_traverse __P((DBC *, db_lockmode_t,
  91.     db_pgno_t, int (*)(DB *, PAGE *, void *, int *), void *));
  92. int __bam_stat_callback __P((DB *, PAGE *, void *, int *));
  93. int __bam_key_range __P((DB *,
  94.     DB_TXN *, DBT *, DB_KEY_RANGE *, u_int32_t));
  95. int __bam_30_btreemeta __P((DB *, char *, u_int8_t *));
  96. int __bam_31_btreemeta
  97.      __P((DB *, char *, u_int32_t, DB_FH *, PAGE *, int *));
  98. int __bam_31_lbtree
  99.      __P((DB *, char *, u_int32_t, DB_FH *, PAGE *, int *));
  100. int __bam_vrfy_meta __P((DB *, VRFY_DBINFO *, BTMETA *,
  101.     db_pgno_t, u_int32_t));
  102. int __ram_vrfy_leaf __P((DB *, VRFY_DBINFO *, PAGE *, db_pgno_t,
  103.     u_int32_t));
  104. int __bam_vrfy __P((DB *, VRFY_DBINFO *, PAGE *, db_pgno_t,
  105.     u_int32_t));
  106. int __bam_vrfy_itemorder __P((DB *, VRFY_DBINFO *, PAGE *,
  107.     db_pgno_t, u_int32_t, int, int, u_int32_t));
  108. int __bam_vrfy_structure __P((DB *, VRFY_DBINFO *, db_pgno_t,
  109.     u_int32_t));
  110. int __bam_vrfy_subtree __P((DB *, VRFY_DBINFO *, db_pgno_t, void *,
  111.     void *, u_int32_t, u_int32_t *, u_int32_t *, u_int32_t *));
  112. int __bam_salvage __P((DB *, VRFY_DBINFO *, db_pgno_t, u_int32_t,
  113.     PAGE *, void *, int (*)(void *, const void *), DBT *,
  114.     u_int32_t));
  115. int __bam_salvage_walkdupint __P((DB *, VRFY_DBINFO *, PAGE *,
  116.     DBT *, void *, int (*)(void *, const void *), u_int32_t));
  117. int __bam_meta2pgset __P((DB *, VRFY_DBINFO *, BTMETA *,
  118.     u_int32_t, DB *));
  119. #if defined(__cplusplus)
  120. }
  121. #endif
  122. #endif /* _btree_ext_h_ */