Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
c693a0e2
Commit
c693a0e2
authored
Jul 13, 2009
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Belated checkin of keywords.
parent
4f148f84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ccan/tdb/tools/keywords.c
ccan/tdb/tools/keywords.c
+3
-3
ccan/tdb/tools/keywords.gperf
ccan/tdb/tools/keywords.gperf
+3
-3
No files found.
ccan/tdb/tools/keywords.c
View file @
c693a0e2
...
...
@@ -139,16 +139,16 @@ find_keyword (register const char *str, register unsigned int len)
#line 42 "keywords.gperf"
{
"tdb_traverse_end"
,
OP_TDB_TRAVERSE_END
,
op_analyze_traverse
,},
#line 38 "keywords.gperf"
{
"tdb_transaction_cancel"
,
OP_TDB_TRANSACTION_CANCEL
,
op_a
dd_nothing
,},
{
"tdb_transaction_cancel"
,
OP_TDB_TRANSACTION_CANCEL
,
op_a
nalyze_transaction
,},
#line 41 "keywords.gperf"
{
"tdb_traverse_start"
,
OP_TDB_TRAVERSE_START
,
op_add_traverse
,},
{
""
},
#line 34 "keywords.gperf"
{
"tdb_append"
,
OP_TDB_APPEND
,
op_add_append
,},
#line 37 "keywords.gperf"
{
"tdb_transaction_start"
,
OP_TDB_TRANSACTION_START
,
op_add_
nothing
,},
{
"tdb_transaction_start"
,
OP_TDB_TRANSACTION_START
,
op_add_
transaction
,},
#line 39 "keywords.gperf"
{
"tdb_transaction_commit"
,
OP_TDB_TRANSACTION_COMMIT
,
op_a
dd_nothing
,},
{
"tdb_transaction_commit"
,
OP_TDB_TRANSACTION_COMMIT
,
op_a
nalyze_transaction
,},
#line 40 "keywords.gperf"
{
"tdb_traverse_read_start"
,
OP_TDB_TRAVERSE_READ_START
,
op_add_traverse
,},
{
""
},
{
""
},
...
...
ccan/tdb/tools/keywords.gperf
View file @
c693a0e2
...
...
@@ -34,9 +34,9 @@ tdb_store, OP_TDB_STORE, op_add_store,
tdb_append, OP_TDB_APPEND, op_add_append,
tdb_get_seqnum, OP_TDB_GET_SEQNUM, op_add_seqnum,
tdb_wipe_all, OP_TDB_WIPE_ALL, op_add_nothing,
tdb_transaction_start, OP_TDB_TRANSACTION_START, op_add_
nothing
,
tdb_transaction_cancel, OP_TDB_TRANSACTION_CANCEL, op_a
dd_nothing
,
tdb_transaction_commit, OP_TDB_TRANSACTION_COMMIT, op_a
dd_nothing
,
tdb_transaction_start, OP_TDB_TRANSACTION_START, op_add_
transaction
,
tdb_transaction_cancel, OP_TDB_TRANSACTION_CANCEL, op_a
nalyze_transaction
,
tdb_transaction_commit, OP_TDB_TRANSACTION_COMMIT, op_a
nalyze_transaction
,
tdb_traverse_read_start, OP_TDB_TRAVERSE_READ_START, op_add_traverse,
tdb_traverse_start, OP_TDB_TRAVERSE_START, op_add_traverse,
tdb_traverse_end, OP_TDB_TRAVERSE_END, op_analyze_traverse,
...
...
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