Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
33843a90
Commit
33843a90
authored
Jan 17, 2010
by
antirez
Browse files
static symbols update
parent
76a41fb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
staticsymbols.h
View file @
33843a90
...
@@ -48,6 +48,7 @@ static struct redisFunctionSym symsTable[] = {
...
@@ -48,6 +48,7 @@ static struct redisFunctionSym symsTable[] = {
{
"echoCommand"
,(
unsigned
long
)
echoCommand
},
{
"echoCommand"
,(
unsigned
long
)
echoCommand
},
{
"execCommand"
,(
unsigned
long
)
execCommand
},
{
"execCommand"
,(
unsigned
long
)
execCommand
},
{
"existsCommand"
,(
unsigned
long
)
existsCommand
},
{
"existsCommand"
,(
unsigned
long
)
existsCommand
},
{
"expandVmSwapFilename"
,(
unsigned
long
)
expandVmSwapFilename
},
{
"expireCommand"
,(
unsigned
long
)
expireCommand
},
{
"expireCommand"
,(
unsigned
long
)
expireCommand
},
{
"expireGenericCommand"
,(
unsigned
long
)
expireGenericCommand
},
{
"expireGenericCommand"
,(
unsigned
long
)
expireGenericCommand
},
{
"expireIfNeeded"
,(
unsigned
long
)
expireIfNeeded
},
{
"expireIfNeeded"
,(
unsigned
long
)
expireIfNeeded
},
...
@@ -220,12 +221,16 @@ static struct redisFunctionSym symsTable[] = {
...
@@ -220,12 +221,16 @@ static struct redisFunctionSym symsTable[] = {
{
"vmMarkPagesFree"
,(
unsigned
long
)
vmMarkPagesFree
},
{
"vmMarkPagesFree"
,(
unsigned
long
)
vmMarkPagesFree
},
{
"vmMarkPagesUsed"
,(
unsigned
long
)
vmMarkPagesUsed
},
{
"vmMarkPagesUsed"
,(
unsigned
long
)
vmMarkPagesUsed
},
{
"vmPreviewObject"
,(
unsigned
long
)
vmPreviewObject
},
{
"vmPreviewObject"
,(
unsigned
long
)
vmPreviewObject
},
{
"vmReadObjectFromSwap"
,(
unsigned
long
)
vmReadObjectFromSwap
},
{
"vmReopenSwapFile"
,(
unsigned
long
)
vmReopenSwapFile
},
{
"vmSwapObjectBlocking"
,(
unsigned
long
)
vmSwapObjectBlocking
},
{
"vmSwapObjectBlocking"
,(
unsigned
long
)
vmSwapObjectBlocking
},
{
"vmSwapObjectThreaded"
,(
unsigned
long
)
vmSwapObjectThreaded
},
{
"vmSwapObjectThreaded"
,(
unsigned
long
)
vmSwapObjectThreaded
},
{
"vmSwapOneObject"
,(
unsigned
long
)
vmSwapOneObject
},
{
"vmSwapOneObject"
,(
unsigned
long
)
vmSwapOneObject
},
{
"vmSwapOneObjectBlocking"
,(
unsigned
long
)
vmSwapOneObjectBlocking
},
{
"vmSwapOneObjectBlocking"
,(
unsigned
long
)
vmSwapOneObjectBlocking
},
{
"vmSwapOneObjectThreaded"
,(
unsigned
long
)
vmSwapOneObjectThreaded
},
{
"vmSwapOneObjectThreaded"
,(
unsigned
long
)
vmSwapOneObjectThreaded
},
{
"vmThreadedIOCompletedJob"
,(
unsigned
long
)
vmThreadedIOCompletedJob
},
{
"vmThreadedIOCompletedJob"
,(
unsigned
long
)
vmThreadedIOCompletedJob
},
{
"vmWriteObjectOnSwap"
,(
unsigned
long
)
vmWriteObjectOnSwap
},
{
"waitEmptyIOJobsQueue"
,(
unsigned
long
)
waitEmptyIOJobsQueue
},
{
"yesnotoi"
,(
unsigned
long
)
yesnotoi
},
{
"yesnotoi"
,(
unsigned
long
)
yesnotoi
},
{
"zaddCommand"
,(
unsigned
long
)
zaddCommand
},
{
"zaddCommand"
,(
unsigned
long
)
zaddCommand
},
{
"zaddGenericCommand"
,(
unsigned
long
)
zaddGenericCommand
},
{
"zaddGenericCommand"
,(
unsigned
long
)
zaddGenericCommand
},
...
...
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