1 /* Do not edit: automatically built by dist/db_gen.sh. */
4 * Copyright (c) 1998 by Sun Microsystems, Inc.
8 #pragma ident "%Z%%M% %I% %E% SMI"
13 #define DB_ham_insdel (DB_ham_BEGIN + 1)
15 typedef struct _ham_insdel_args
{
29 #define DB_ham_newpage (DB_ham_BEGIN + 2)
31 typedef struct _ham_newpage_args
{
46 #define DB_ham_splitmeta (DB_ham_BEGIN + 3)
48 typedef struct _ham_splitmeta_args
{
57 } __ham_splitmeta_args
;
60 #define DB_ham_splitdata (DB_ham_BEGIN + 4)
62 typedef struct _ham_splitdata_args
{
71 } __ham_splitdata_args
;
74 #define DB_ham_replace (DB_ham_BEGIN + 5)
76 typedef struct _ham_replace_args
{
91 #define DB_ham_newpgno (DB_ham_BEGIN + 6)
93 typedef struct _ham_newpgno_args
{
106 } __ham_newpgno_args
;
109 #define DB_ham_ovfl (DB_ham_BEGIN + 7)
111 typedef struct _ham_ovfl_args
{
116 db_pgno_t start_pgno
;
124 #define DB_ham_copypage (DB_ham_BEGIN + 8)
126 typedef struct _ham_copypage_args
{
135 db_pgno_t nnext_pgno
;
138 } __ham_copypage_args
;