Go to the source code of this file.
Classes | |
struct | _ham_copypage_args |
struct | _ham_groupalloc1_args |
struct | _ham_groupalloc_args |
struct | _ham_insdel_args |
struct | _ham_metagroup_args |
struct | _ham_newpage_args |
struct | _ham_newpgno_args |
struct | _ham_ovfl_args |
struct | _ham_replace_args |
struct | _ham_splitdata_args |
struct | _ham_splitmeta_args |
Defines | |
#define | DB_ham_copypage 28 |
#define | DB_ham_groupalloc 31 |
#define | DB_ham_groupalloc1 30 |
#define | DB_ham_insdel 21 |
#define | DB_ham_metagroup 29 |
#define | DB_ham_newpage 22 |
#define | DB_ham_newpgno 26 |
#define | DB_ham_ovfl 27 |
#define | DB_ham_replace 25 |
#define | DB_ham_splitdata 24 |
#define | DB_ham_splitmeta 23 |
Typedefs | |
typedef struct _ham_copypage_args | __ham_copypage_args |
typedef struct _ham_groupalloc1_args | __ham_groupalloc1_args |
typedef struct _ham_groupalloc_args | __ham_groupalloc_args |
typedef struct _ham_insdel_args | __ham_insdel_args |
typedef struct _ham_metagroup_args | __ham_metagroup_args |
typedef struct _ham_newpage_args | __ham_newpage_args |
typedef struct _ham_newpgno_args | __ham_newpgno_args |
typedef struct _ham_ovfl_args | __ham_ovfl_args |
typedef struct _ham_replace_args | __ham_replace_args |
typedef struct _ham_splitdata_args | __ham_splitdata_args |
typedef struct _ham_splitmeta_args | __ham_splitmeta_args |
Functions | |
int CDB___ham_init_print | __P ((DB_ENV *)) |
int CDB___ham_groupalloc_read | __P ((DB_ENV *, void *, __ham_groupalloc_args **)) |
int CDB___ham_groupalloc_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, DB_LSN *, DB_LSN *, db_pgno_t, u_int32_t, db_pgno_t)) |
int CDB___ham_groupalloc1_read | __P ((DB_ENV *, void *, __ham_groupalloc1_args **)) |
int CDB___ham_metagroup_read | __P ((DB_ENV *, void *, __ham_metagroup_args **)) |
int CDB___ham_metagroup_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, u_int32_t, db_pgno_t, DB_LSN *, DB_LSN *)) |
int CDB___ham_copypage_read | __P ((DB_ENV *, void *, __ham_copypage_args **)) |
int CDB___ham_copypage_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *, const DBT *)) |
int CDB___ham_ovfl_read | __P ((DB_ENV *, void *, __ham_ovfl_args **)) |
int CDB___ham_newpgno_read | __P ((DB_ENV *, void *, __ham_newpgno_args **)) |
int CDB___ham_replace_read | __P ((DB_ENV *, void *, __ham_replace_args **)) |
int CDB___ham_replace_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, db_pgno_t, u_int32_t, DB_LSN *, int32_t, const DBT *, const DBT *, u_int32_t)) |
int CDB___ham_splitdata_read | __P ((DB_ENV *, void *, __ham_splitdata_args **)) |
int CDB___ham_splitdata_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, u_int32_t, db_pgno_t, const DBT *, DB_LSN *)) |
int CDB___ham_splitmeta_read | __P ((DB_ENV *, void *, __ham_splitmeta_args **)) |
int CDB___ham_newpage_read | __P ((DB_ENV *, void *, __ham_newpage_args **)) |
int CDB___ham_newpage_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, int32_t, db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *)) |
int CDB___ham_insdel_read | __P ((DB_ENV *, void *, __ham_insdel_args **)) |
int CDB___ham_insdel_print | __P ((DB_ENV *, DBT *, DB_LSN *, db_recops, void *)) |
int CDB___ham_insdel_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, int32_t, db_pgno_t, u_int32_t, DB_LSN *, const DBT *, const DBT *)) |