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
699a8dde
Commit
699a8dde
authored
Jul 17, 2009
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, forgot to check in new keywords files :(
parent
585513b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
ccan/tdb/tools/keywords.c
ccan/tdb/tools/keywords.c
+5
-5
ccan/tdb/tools/keywords.gperf
ccan/tdb/tools/keywords.gperf
+5
-5
No files found.
ccan/tdb/tools/keywords.c
View file @
699a8dde
...
...
@@ -157,10 +157,10 @@ find_keyword (register const char *str, register unsigned int len)
#line 44 "keywords.gperf"
{
"tdb_firstkey"
,
OP_TDB_FIRSTKEY
,
op_add_key
,},
#line 24 "keywords.gperf"
{
"tdb_chainlock"
,
OP_TDB_CHAINLOCK
,
op_add_
key
,},
{
"tdb_chainlock"
,
OP_TDB_CHAINLOCK
,
op_add_
chainlock
,},
{
""
},
#line 28 "keywords.gperf"
{
"tdb_chainunlock"
,
OP_TDB_CHAINUNLOCK
,
op_a
dd_key
,},
{
"tdb_chainunlock"
,
OP_TDB_CHAINUNLOCK
,
op_a
nalyze_chainlock
,},
#line 45 "keywords.gperf"
{
"tdb_nextkey"
,
OP_TDB_NEXTKEY
,
op_add_key_data
,},
{
""
},
...
...
@@ -171,12 +171,12 @@ find_keyword (register const char *str, register unsigned int len)
{
"tdb_chainlock_unmark"
,
OP_TDB_CHAINLOCK_UNMARK
,
op_add_key
,},
{
""
},
#line 25 "keywords.gperf"
{
"tdb_chainlock_nonblock"
,
OP_TDB_CHAINLOCK_NONBLOCK
,
op_add_
key
_ret
,},
{
"tdb_chainlock_nonblock"
,
OP_TDB_CHAINLOCK_NONBLOCK
,
op_add_
chainlock
_ret
,},
#line 29 "keywords.gperf"
{
"tdb_chainlock_read"
,
OP_TDB_CHAINLOCK_READ
,
op_add_
key
,},
{
"tdb_chainlock_read"
,
OP_TDB_CHAINLOCK_READ
,
op_add_
chainlock
,},
{
""
},
#line 30 "keywords.gperf"
{
"tdb_chainunlock_read"
,
OP_TDB_CHAINUNLOCK_READ
,
op_a
dd_key
,}
{
"tdb_chainunlock_read"
,
OP_TDB_CHAINUNLOCK_READ
,
op_a
nalyze_chainlock
,}
};
if
(
len
<=
MAX_WORD_LENGTH
&&
len
>=
MIN_WORD_LENGTH
)
...
...
ccan/tdb/tools/keywords.gperf
View file @
699a8dde
...
...
@@ -21,13 +21,13 @@ tdb_unlockall, OP_TDB_UNLOCKALL, op_add_nothing,
tdb_lockall_read, OP_TDB_LOCKALL_READ, op_add_nothing,
tdb_lockall_read_nonblock, OP_TDB_LOCKALL_READ_NONBLOCK, op_add_nothing,
tdb_unlockall_read, OP_TDB_UNLOCKALL_READ, op_add_nothing,
tdb_chainlock, OP_TDB_CHAINLOCK, op_add_
key
,
tdb_chainlock_nonblock, OP_TDB_CHAINLOCK_NONBLOCK, op_add_
key
_ret,
tdb_chainlock, OP_TDB_CHAINLOCK, op_add_
chainlock
,
tdb_chainlock_nonblock, OP_TDB_CHAINLOCK_NONBLOCK, op_add_
chainlock
_ret,
tdb_chainlock_mark, OP_TDB_CHAINLOCK_MARK, op_add_key,
tdb_chainlock_unmark, OP_TDB_CHAINLOCK_UNMARK, op_add_key,
tdb_chainunlock, OP_TDB_CHAINUNLOCK, op_a
dd_key
,
tdb_chainlock_read, OP_TDB_CHAINLOCK_READ, op_add_
key
,
tdb_chainunlock_read, OP_TDB_CHAINUNLOCK_READ, op_a
dd_key
,
tdb_chainunlock, OP_TDB_CHAINUNLOCK, op_a
nalyze_chainlock
,
tdb_chainlock_read, OP_TDB_CHAINLOCK_READ, op_add_
chainlock
,
tdb_chainunlock_read, OP_TDB_CHAINUNLOCK_READ, op_a
nalyze_chainlock
,
tdb_parse_record, OP_TDB_PARSE_RECORD, op_add_key_ret,
tdb_exists, OP_TDB_EXISTS, op_add_key_ret,
tdb_store, OP_TDB_STORE, op_add_store,
...
...
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