Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
61ad8235
Commit
61ad8235
authored
Sep 05, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64
git-svn-id:
file:///svn/tokudb@267
c7de825b-a66e-492c-adef-691d508d4ae1
parent
6eb1f14f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
34 deletions
+44
-34
buildheader/sample_offsets_64.h
buildheader/sample_offsets_64.h
+44
-34
No files found.
buildheader/sample_offsets_64.h
View file @
61ad8235
/* BDB offsets on a 64-bit machine */
struct
fieldinfo
db_fields64
[]
=
{
{
"void *app_private"
,
32
,
8
},
{
"int (*close) (DB*, u_int32_t)"
,
448
,
8
},
{
"int (*cursor) (DB *, DB_TXN *, DBC **, u_int32_t)"
,
456
,
8
},
{
"int (*del) (DB *, DB_TXN *, DBT *, u_int32_t)"
,
464
,
8
},
{
"int (*get) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t)"
,
496
,
8
},
{
"int (*key_range) (DB *, DB_TXN *, DBT *, DB_KEY_RANGE *, u_int32_t)"
,
536
,
8
},
{
"int (*open) (DB *, DB_TXN *, const char *, const char *, DBTYPE, u_int32_t, int)"
,
544
,
8
},
{
"int (*put) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t)"
,
552
,
8
},
{
"int (*remove) (DB *, const char *, const char *, u_int32_t)"
,
560
,
8
},
{
"int (*rename) (DB *, const char *, const char *, const char *, u_int32_t)"
,
568
,
8
},
{
"int (*set_flags) (DB *, u_int32_t)"
,
664
,
8
},
{
"int (*stat) (DB *, void *, u_int32_t)"
,
696
,
8
},
{
"int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *))"
,
728
,
8
},
{
0
,
864
,
864
}
/* size of whole struct */
};
struct
fieldinfo
dbt_fields64
[]
=
{
{
"void*data"
,
0
,
8
},
{
"u_int32_t size"
,
8
,
4
},
{
"u_int32_t ulen"
,
12
,
4
},
{
"void*app_private"
,
24
,
8
},
{
"u_int32_t flags"
,
32
,
4
},
{
0
,
40
,
40
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
136
,
8
},
{
"u_int32_t (*id) (DB_TXN *)"
,
152
,
8
},
{
0
,
184
,
184
}
/* size of whole struct */
};
struct
fieldinfo
dbc_fields64
[]
=
{
{
"int (*c_close) (DBC *)"
,
304
,
8
},
{
"int (*c_del) (DBC *, u_int32_t)"
,
320
,
8
},
{
"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)"
,
336
,
8
},
{
0
,
432
,
432
}
/* size of whole struct */
struct
fieldinfo
db_btree_stat_fields64
[]
=
{
{
"u_int32_t bt_nkeys"
,
12
,
4
},
{
"u_int32_t bt_ndata"
,
16
,
4
},
{
0
,
80
,
80
}
/* size of whole struct */
};
struct
fieldinfo
db_env_fields64
[]
=
{
{
"int (*close) (DB_ENV *, u_int32_t)"
,
432
,
8
},
...
...
@@ -67,8 +37,48 @@ struct fieldinfo db_key_range_fields64[] = {
struct
fieldinfo
db_lsn_fields64
[]
=
{
{
0
,
8
,
8
}
/* size of whole struct */
};
struct
fieldinfo
db_fields64
[]
=
{
{
"void *app_private"
,
32
,
8
},
{
"int (*close) (DB*, u_int32_t)"
,
448
,
8
},
{
"int (*cursor) (DB *, DB_TXN *, DBC **, u_int32_t)"
,
456
,
8
},
{
"int (*del) (DB *, DB_TXN *, DBT *, u_int32_t)"
,
464
,
8
},
{
"int (*get) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t)"
,
496
,
8
},
{
"int (*key_range) (DB *, DB_TXN *, DBT *, DB_KEY_RANGE *, u_int32_t)"
,
536
,
8
},
{
"int (*open) (DB *, DB_TXN *, const char *, const char *, DBTYPE, u_int32_t, int)"
,
544
,
8
},
{
"int (*put) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t)"
,
552
,
8
},
{
"int (*remove) (DB *, const char *, const char *, u_int32_t)"
,
560
,
8
},
{
"int (*rename) (DB *, const char *, const char *, const char *, u_int32_t)"
,
568
,
8
},
{
"int (*set_flags) (DB *, u_int32_t)"
,
664
,
8
},
{
"int (*stat) (DB *, void *, u_int32_t)"
,
696
,
8
},
{
"int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *))"
,
728
,
8
},
{
0
,
864
,
864
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_active_fields64
[]
=
{
{
"u_int32_t txnid"
,
0
,
4
},
{
"DB_LSN lsn"
,
8
,
8
},
{
0
,
16
,
16
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_fields64
[]
=
{
{
"int (*commit) (DB_TXN*, u_int32_t)"
,
136
,
8
},
{
"u_int32_t (*id) (DB_TXN *)"
,
152
,
8
},
{
0
,
184
,
184
}
/* size of whole struct */
};
struct
fieldinfo
db_txn_stat_fields64
[]
=
{
{
"u_int32_t st_nactive"
,
36
,
4
},
{
"DB_TXN_ACTIVE *st_txnarray"
,
48
,
8
},
{
0
,
72
,
72
}
/* size of whole struct */
};
struct
fieldinfo
dbc_fields64
[]
=
{
{
"int (*c_close) (DBC *)"
,
304
,
8
},
{
"int (*c_del) (DBC *, u_int32_t)"
,
320
,
8
},
{
"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)"
,
336
,
8
},
{
0
,
432
,
432
}
/* size of whole struct */
};
struct
fieldinfo
dbt_fields64
[]
=
{
{
"void*data"
,
0
,
8
},
{
"u_int32_t size"
,
8
,
4
},
{
"u_int32_t ulen"
,
12
,
4
},
{
"void*app_private"
,
24
,
8
},
{
"u_int32_t flags"
,
32
,
4
},
{
0
,
40
,
40
}
/* size of whole struct */
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment