1 /* Do not edit: automatically built by dist/db_gen.sh. */
5 #define DB_ham_insdel (DB_ham_BEGIN + 1)
7 typedef struct _ham_insdel_args {
21 #define DB_ham_newpage (DB_ham_BEGIN + 2)
23 typedef struct _ham_newpage_args {
38 #define DB_ham_splitmeta (DB_ham_BEGIN + 3)
40 typedef struct _ham_splitmeta_args {
49 } __ham_splitmeta_args;
52 #define DB_ham_splitdata (DB_ham_BEGIN + 4)
54 typedef struct _ham_splitdata_args {
63 } __ham_splitdata_args;
66 #define DB_ham_replace (DB_ham_BEGIN + 5)
68 typedef struct _ham_replace_args {
83 #define DB_ham_newpgno (DB_ham_BEGIN + 6)
85 typedef struct _ham_newpgno_args {
101 #define DB_ham_ovfl (DB_ham_BEGIN + 7)
103 typedef struct _ham_ovfl_args {
108 db_pgno_t start_pgno;
116 #define DB_ham_copypage (DB_ham_BEGIN + 8)
118 typedef struct _ham_copypage_args {
127 db_pgno_t nnext_pgno;
130 } __ham_copypage_args;