Go to the source code of this file.
Classes | |
struct | _crdel_delete_args |
struct | _crdel_fileopen_args |
struct | _crdel_metapage_args |
struct | _crdel_metasub_args |
struct | _crdel_old_delete_args |
struct | _crdel_rename_args |
Defines | |
#define | DB_crdel_delete 146 |
#define | DB_crdel_fileopen 141 |
#define | DB_crdel_metapage 143 |
#define | DB_crdel_metasub 142 |
#define | DB_crdel_old_delete 144 |
#define | DB_crdel_rename 145 |
Typedefs | |
typedef struct _crdel_delete_args | __crdel_delete_args |
typedef struct _crdel_fileopen_args | __crdel_fileopen_args |
typedef struct _crdel_metapage_args | __crdel_metapage_args |
typedef struct _crdel_metasub_args | __crdel_metasub_args |
typedef struct _crdel_old_delete_args | __crdel_old_delete_args |
typedef struct _crdel_rename_args | __crdel_rename_args |
Functions | |
int CDB___crdel_init_print | __P ((DB_ENV *)) |
int CDB___crdel_delete_read | __P ((DB_ENV *, void *, __crdel_delete_args **)) |
int CDB___crdel_delete_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, const DBT *)) |
int CDB___crdel_rename_read | __P ((DB_ENV *, void *, __crdel_rename_args **)) |
int CDB___crdel_rename_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, const DBT *, const DBT *)) |
int CDB___crdel_old_delete_read | __P ((DB_ENV *, void *, __crdel_old_delete_args **)) |
int CDB___crdel_metapage_read | __P ((DB_ENV *, void *, __crdel_metapage_args **)) |
int CDB___crdel_metapage_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, const DBT *, db_pgno_t, const DBT *)) |
int CDB___crdel_metasub_read | __P ((DB_ENV *, void *, __crdel_metasub_args **)) |
int CDB___crdel_metasub_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, int32_t, db_pgno_t, const DBT *, DB_LSN *)) |
int CDB___crdel_fileopen_read | __P ((DB_ENV *, void *, __crdel_fileopen_args **)) |
int CDB___crdel_fileopen_print | __P ((DB_ENV *, DBT *, DB_LSN *, db_recops, void *)) |
int CDB___crdel_fileopen_log | __P ((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *, u_int32_t)) |