summaryrefslogtreecommitdiff
path: root/bdb/dbinc_auto
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/dbinc_auto')
-rw-r--r--bdb/dbinc_auto/btree_auto.h128
-rw-r--r--bdb/dbinc_auto/crdel_auto.h16
-rw-r--r--bdb/dbinc_auto/db_auto.h118
-rw-r--r--bdb/dbinc_auto/dbreg_auto.h19
-rw-r--r--bdb/dbinc_auto/fileops_auto.h60
-rw-r--r--bdb/dbinc_auto/hash_auto.h132
-rw-r--r--bdb/dbinc_auto/qam_auto.h70
-rw-r--r--bdb/dbinc_auto/txn_auto.h55
8 files changed, 0 insertions, 598 deletions
diff --git a/bdb/dbinc_auto/btree_auto.h b/bdb/dbinc_auto/btree_auto.h
deleted file mode 100644
index 4feb07ad94c..00000000000
--- a/bdb/dbinc_auto/btree_auto.h
+++ /dev/null
@@ -1,128 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __bam_AUTO_H
-#define __bam_AUTO_H
-#define DB___bam_split 62
-typedef struct ___bam_split_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t left;
- DB_LSN llsn;
- db_pgno_t right;
- DB_LSN rlsn;
- u_int32_t indx;
- db_pgno_t npgno;
- DB_LSN nlsn;
- db_pgno_t root_pgno;
- DBT pg;
- u_int32_t opflags;
-} __bam_split_args;
-
-#define DB___bam_rsplit 63
-typedef struct ___bam_rsplit_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DBT pgdbt;
- db_pgno_t root_pgno;
- db_pgno_t nrec;
- DBT rootent;
- DB_LSN rootlsn;
-} __bam_rsplit_args;
-
-#define DB___bam_adj 55
-typedef struct ___bam_adj_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN lsn;
- u_int32_t indx;
- u_int32_t indx_copy;
- u_int32_t is_insert;
-} __bam_adj_args;
-
-#define DB___bam_cadjust 56
-typedef struct ___bam_cadjust_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN lsn;
- u_int32_t indx;
- int32_t adjust;
- u_int32_t opflags;
-} __bam_cadjust_args;
-
-#define DB___bam_cdel 57
-typedef struct ___bam_cdel_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN lsn;
- u_int32_t indx;
-} __bam_cdel_args;
-
-#define DB___bam_repl 58
-typedef struct ___bam_repl_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN lsn;
- u_int32_t indx;
- u_int32_t isdeleted;
- DBT orig;
- DBT repl;
- u_int32_t prefix;
- u_int32_t suffix;
-} __bam_repl_args;
-
-#define DB___bam_root 59
-typedef struct ___bam_root_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t meta_pgno;
- db_pgno_t root_pgno;
- DB_LSN meta_lsn;
-} __bam_root_args;
-
-#define DB___bam_curadj 64
-typedef struct ___bam_curadj_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_ca_mode mode;
- db_pgno_t from_pgno;
- db_pgno_t to_pgno;
- db_pgno_t left_pgno;
- u_int32_t first_indx;
- u_int32_t from_indx;
- u_int32_t to_indx;
-} __bam_curadj_args;
-
-#define DB___bam_rcuradj 65
-typedef struct ___bam_rcuradj_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- ca_recno_arg mode;
- db_pgno_t root;
- db_recno_t recno;
- u_int32_t order;
-} __bam_rcuradj_args;
-
-#endif
diff --git a/bdb/dbinc_auto/crdel_auto.h b/bdb/dbinc_auto/crdel_auto.h
deleted file mode 100644
index bdae193fac8..00000000000
--- a/bdb/dbinc_auto/crdel_auto.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __crdel_AUTO_H
-#define __crdel_AUTO_H
-#define DB___crdel_metasub 142
-typedef struct ___crdel_metasub_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DBT page;
- DB_LSN lsn;
-} __crdel_metasub_args;
-
-#endif
diff --git a/bdb/dbinc_auto/db_auto.h b/bdb/dbinc_auto/db_auto.h
deleted file mode 100644
index e56f38b384b..00000000000
--- a/bdb/dbinc_auto/db_auto.h
+++ /dev/null
@@ -1,118 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __db_AUTO_H
-#define __db_AUTO_H
-#define DB___db_addrem 41
-typedef struct ___db_addrem_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t fileid;
- db_pgno_t pgno;
- u_int32_t indx;
- u_int32_t nbytes;
- DBT hdr;
- DBT dbt;
- DB_LSN pagelsn;
-} __db_addrem_args;
-
-#define DB___db_big 43
-typedef struct ___db_big_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t fileid;
- db_pgno_t pgno;
- db_pgno_t prev_pgno;
- db_pgno_t next_pgno;
- DBT dbt;
- DB_LSN pagelsn;
- DB_LSN prevlsn;
- DB_LSN nextlsn;
-} __db_big_args;
-
-#define DB___db_ovref 44
-typedef struct ___db_ovref_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- int32_t adjust;
- DB_LSN lsn;
-} __db_ovref_args;
-
-#define DB___db_relink 45
-typedef struct ___db_relink_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN lsn;
- db_pgno_t prev;
- DB_LSN lsn_prev;
- db_pgno_t next;
- DB_LSN lsn_next;
-} __db_relink_args;
-
-#define DB___db_debug 47
-typedef struct ___db_debug_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DBT op;
- int32_t fileid;
- DBT key;
- DBT data;
- u_int32_t arg_flags;
-} __db_debug_args;
-
-#define DB___db_noop 48
-typedef struct ___db_noop_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN prevlsn;
-} __db_noop_args;
-
-#define DB___db_pg_alloc 49
-typedef struct ___db_pg_alloc_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- DB_LSN meta_lsn;
- db_pgno_t meta_pgno;
- DB_LSN page_lsn;
- db_pgno_t pgno;
- u_int32_t ptype;
- db_pgno_t next;
-} __db_pg_alloc_args;
-
-#define DB___db_pg_free 50
-typedef struct ___db_pg_free_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN meta_lsn;
- db_pgno_t meta_pgno;
- DBT header;
- db_pgno_t next;
-} __db_pg_free_args;
-
-#define DB___db_cksum 51
-typedef struct ___db_cksum_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
-} __db_cksum_args;
-
-#endif
diff --git a/bdb/dbinc_auto/dbreg_auto.h b/bdb/dbinc_auto/dbreg_auto.h
deleted file mode 100644
index 4d7d4a91b45..00000000000
--- a/bdb/dbinc_auto/dbreg_auto.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __dbreg_AUTO_H
-#define __dbreg_AUTO_H
-#define DB___dbreg_register 2
-typedef struct ___dbreg_register_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- DBT name;
- DBT uid;
- int32_t fileid;
- DBTYPE ftype;
- db_pgno_t meta_pgno;
- u_int32_t id;
-} __dbreg_register_args;
-
-#endif
diff --git a/bdb/dbinc_auto/fileops_auto.h b/bdb/dbinc_auto/fileops_auto.h
deleted file mode 100644
index ee1f58616ce..00000000000
--- a/bdb/dbinc_auto/fileops_auto.h
+++ /dev/null
@@ -1,60 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __fop_AUTO_H
-#define __fop_AUTO_H
-#define DB___fop_create 143
-typedef struct ___fop_create_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DBT name;
- u_int32_t appname;
- u_int32_t mode;
-} __fop_create_args;
-
-#define DB___fop_remove 144
-typedef struct ___fop_remove_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DBT name;
- DBT fid;
- u_int32_t appname;
-} __fop_remove_args;
-
-#define DB___fop_write 145
-typedef struct ___fop_write_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DBT name;
- u_int32_t appname;
- u_int32_t offset;
- DBT page;
- u_int32_t flag;
-} __fop_write_args;
-
-#define DB___fop_rename 146
-typedef struct ___fop_rename_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DBT oldname;
- DBT newname;
- DBT fileid;
- u_int32_t appname;
-} __fop_rename_args;
-
-#define DB___fop_file_remove 141
-typedef struct ___fop_file_remove_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DBT real_fid;
- DBT tmp_fid;
- DBT name;
- u_int32_t appname;
- u_int32_t child;
-} __fop_file_remove_args;
-
-#endif
diff --git a/bdb/dbinc_auto/hash_auto.h b/bdb/dbinc_auto/hash_auto.h
deleted file mode 100644
index 7ec3fb7ef08..00000000000
--- a/bdb/dbinc_auto/hash_auto.h
+++ /dev/null
@@ -1,132 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __ham_AUTO_H
-#define __ham_AUTO_H
-#define DB___ham_insdel 21
-typedef struct ___ham_insdel_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t fileid;
- db_pgno_t pgno;
- u_int32_t ndx;
- DB_LSN pagelsn;
- DBT key;
- DBT data;
-} __ham_insdel_args;
-
-#define DB___ham_newpage 22
-typedef struct ___ham_newpage_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t fileid;
- db_pgno_t prev_pgno;
- DB_LSN prevlsn;
- db_pgno_t new_pgno;
- DB_LSN pagelsn;
- db_pgno_t next_pgno;
- DB_LSN nextlsn;
-} __ham_newpage_args;
-
-#define DB___ham_splitdata 24
-typedef struct ___ham_splitdata_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- u_int32_t opcode;
- db_pgno_t pgno;
- DBT pageimage;
- DB_LSN pagelsn;
-} __ham_splitdata_args;
-
-#define DB___ham_replace 25
-typedef struct ___ham_replace_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- u_int32_t ndx;
- DB_LSN pagelsn;
- int32_t off;
- DBT olditem;
- DBT newitem;
- u_int32_t makedup;
-} __ham_replace_args;
-
-#define DB___ham_copypage 28
-typedef struct ___ham_copypage_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- DB_LSN pagelsn;
- db_pgno_t next_pgno;
- DB_LSN nextlsn;
- db_pgno_t nnext_pgno;
- DB_LSN nnextlsn;
- DBT page;
-} __ham_copypage_args;
-
-#define DB___ham_metagroup 29
-typedef struct ___ham_metagroup_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- u_int32_t bucket;
- db_pgno_t mmpgno;
- DB_LSN mmetalsn;
- db_pgno_t mpgno;
- DB_LSN metalsn;
- db_pgno_t pgno;
- DB_LSN pagelsn;
- u_int32_t newalloc;
-} __ham_metagroup_args;
-
-#define DB___ham_groupalloc 32
-typedef struct ___ham_groupalloc_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- DB_LSN meta_lsn;
- db_pgno_t start_pgno;
- u_int32_t num;
- db_pgno_t free;
-} __ham_groupalloc_args;
-
-#define DB___ham_curadj 33
-typedef struct ___ham_curadj_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_pgno_t pgno;
- u_int32_t indx;
- u_int32_t len;
- u_int32_t dup_off;
- int add;
- int is_dup;
- u_int32_t order;
-} __ham_curadj_args;
-
-#define DB___ham_chgpg 34
-typedef struct ___ham_chgpg_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_ham_mode mode;
- db_pgno_t old_pgno;
- db_pgno_t new_pgno;
- u_int32_t old_indx;
- u_int32_t new_indx;
-} __ham_chgpg_args;
-
-#endif
diff --git a/bdb/dbinc_auto/qam_auto.h b/bdb/dbinc_auto/qam_auto.h
deleted file mode 100644
index 655c6d0280f..00000000000
--- a/bdb/dbinc_auto/qam_auto.h
+++ /dev/null
@@ -1,70 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __qam_AUTO_H
-#define __qam_AUTO_H
-#define DB___qam_incfirst 84
-typedef struct ___qam_incfirst_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- db_recno_t recno;
- db_pgno_t meta_pgno;
-} __qam_incfirst_args;
-
-#define DB___qam_mvptr 85
-typedef struct ___qam_mvptr_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t fileid;
- db_recno_t old_first;
- db_recno_t new_first;
- db_recno_t old_cur;
- db_recno_t new_cur;
- DB_LSN metalsn;
- db_pgno_t meta_pgno;
-} __qam_mvptr_args;
-
-#define DB___qam_del 79
-typedef struct ___qam_del_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- DB_LSN lsn;
- db_pgno_t pgno;
- u_int32_t indx;
- db_recno_t recno;
-} __qam_del_args;
-
-#define DB___qam_add 80
-typedef struct ___qam_add_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- DB_LSN lsn;
- db_pgno_t pgno;
- u_int32_t indx;
- db_recno_t recno;
- DBT data;
- u_int32_t vflag;
- DBT olddata;
-} __qam_add_args;
-
-#define DB___qam_delext 83
-typedef struct ___qam_delext_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- int32_t fileid;
- DB_LSN lsn;
- db_pgno_t pgno;
- u_int32_t indx;
- db_recno_t recno;
- DBT data;
-} __qam_delext_args;
-
-#endif
diff --git a/bdb/dbinc_auto/txn_auto.h b/bdb/dbinc_auto/txn_auto.h
deleted file mode 100644
index ac841ba5bc3..00000000000
--- a/bdb/dbinc_auto/txn_auto.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* Do not edit: automatically built by gen_rec.awk. */
-
-#ifndef __txn_AUTO_H
-#define __txn_AUTO_H
-#define DB___txn_regop 10
-typedef struct ___txn_regop_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- int32_t timestamp;
-} __txn_regop_args;
-
-#define DB___txn_ckp 11
-typedef struct ___txn_ckp_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- DB_LSN ckp_lsn;
- DB_LSN last_ckp;
- int32_t timestamp;
-} __txn_ckp_args;
-
-#define DB___txn_child 12
-typedef struct ___txn_child_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t child;
- DB_LSN c_lsn;
-} __txn_child_args;
-
-#define DB___txn_xa_regop 13
-typedef struct ___txn_xa_regop_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t opcode;
- DBT xid;
- int32_t formatID;
- u_int32_t gtrid;
- u_int32_t bqual;
- DB_LSN begin_lsn;
-} __txn_xa_regop_args;
-
-#define DB___txn_recycle 14
-typedef struct ___txn_recycle_args {
- u_int32_t type;
- DB_TXN *txnid;
- DB_LSN prev_lsn;
- u_int32_t min;
- u_int32_t max;
-} __txn_recycle_args;
-
-#endif