X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/dfc5e96ce55aacc4ed798fcc70b52a7509f76541..1064ef8764eaa95b21c6abeaa7f626b389327999:/staticsymbols.h diff --git a/staticsymbols.h b/staticsymbols.h index bbb42bff..632ed83a 100644 --- a/staticsymbols.h +++ b/staticsymbols.h @@ -1,4 +1,5 @@ static struct redisFunctionSym symsTable[] = { +{"IOThreadEntryPoint",(unsigned long)IOThreadEntryPoint}, {"_redisAssert",(unsigned long)_redisAssert}, {"acceptHandler",(unsigned long)acceptHandler}, {"addReply",(unsigned long)addReply}, @@ -10,8 +11,15 @@ static struct redisFunctionSym symsTable[] = { {"authCommand",(unsigned long)authCommand}, {"bgrewriteaofCommand",(unsigned long)bgrewriteaofCommand}, {"bgsaveCommand",(unsigned long)bgsaveCommand}, +{"blockForKeys",(unsigned long)blockForKeys}, +{"blockingPopGenericCommand",(unsigned long)blockingPopGenericCommand}, +{"blpopCommand",(unsigned long)blpopCommand}, +{"brpopCommand",(unsigned long)brpopCommand}, +{"bytesToHuman",(unsigned long)bytesToHuman}, +{"call",(unsigned long)call}, {"closeTimedoutClients",(unsigned long)closeTimedoutClients}, {"compareStringObjects",(unsigned long)compareStringObjects}, +{"computeObjectSwappability",(unsigned long)computeObjectSwappability}, {"createClient",(unsigned long)createClient}, {"createListObject",(unsigned long)createListObject}, {"createObject",(unsigned long)createObject}, @@ -27,14 +35,18 @@ static struct redisFunctionSym symsTable[] = { {"decrRefCount",(unsigned long)decrRefCount}, {"decrbyCommand",(unsigned long)decrbyCommand}, {"delCommand",(unsigned long)delCommand}, +{"deleteIfSwapped",(unsigned long)deleteIfSwapped}, {"deleteIfVolatile",(unsigned long)deleteIfVolatile}, {"deleteKey",(unsigned long)deleteKey}, {"dictEncObjKeyCompare",(unsigned long)dictEncObjKeyCompare}, +{"dictListDestructor",(unsigned long)dictListDestructor}, {"dictObjKeyCompare",(unsigned long)dictObjKeyCompare}, {"dictRedisObjectDestructor",(unsigned long)dictRedisObjectDestructor}, {"dictVanillaFree",(unsigned long)dictVanillaFree}, {"dupClientReplyValue",(unsigned long)dupClientReplyValue}, +{"dupStringObject",(unsigned long)dupStringObject}, {"echoCommand",(unsigned long)echoCommand}, +{"execCommand",(unsigned long)execCommand}, {"existsCommand",(unsigned long)existsCommand}, {"expireCommand",(unsigned long)expireCommand}, {"expireGenericCommand",(unsigned long)expireGenericCommand}, @@ -46,8 +58,10 @@ static struct redisFunctionSym symsTable[] = { {"flushdbCommand",(unsigned long)flushdbCommand}, {"freeClient",(unsigned long)freeClient}, {"freeClientArgv",(unsigned long)freeClientArgv}, +{"freeClientMultiState",(unsigned long)freeClientMultiState}, {"freeFakeClient",(unsigned long)freeFakeClient}, {"freeHashObject",(unsigned long)freeHashObject}, +{"freeIOJob",(unsigned long)freeIOJob}, {"freeListObject",(unsigned long)freeListObject}, {"freeMemoryIfNeeded",(unsigned long)freeMemoryIfNeeded}, {"freeSetObject",(unsigned long)freeSetObject}, @@ -60,15 +74,18 @@ static struct redisFunctionSym symsTable[] = { {"getCommand",(unsigned long)getCommand}, {"getDecodedObject",(unsigned long)getDecodedObject}, {"getExpire",(unsigned long)getExpire}, +{"getGenericCommand",(unsigned long)getGenericCommand}, {"getMcontextEip",(unsigned long)getMcontextEip}, {"getsetCommand",(unsigned long)getsetCommand}, {"glueReplyBuffersIfNeeded",(unsigned long)glueReplyBuffersIfNeeded}, +{"handleClientsWaitingListPush",(unsigned long)handleClientsWaitingListPush}, {"htNeedsResize",(unsigned long)htNeedsResize}, {"incrCommand",(unsigned long)incrCommand}, {"incrDecrCommand",(unsigned long)incrDecrCommand}, {"incrRefCount",(unsigned long)incrRefCount}, {"incrbyCommand",(unsigned long)incrbyCommand}, {"infoCommand",(unsigned long)infoCommand}, +{"initClientMultiState",(unsigned long)initClientMultiState}, {"initServer",(unsigned long)initServer}, {"initServerConfig",(unsigned long)initServerConfig}, {"isStringRepresentableAsLong",(unsigned long)isStringRepresentableAsLong}, @@ -77,6 +94,7 @@ static struct redisFunctionSym symsTable[] = { {"lindexCommand",(unsigned long)lindexCommand}, {"llenCommand",(unsigned long)llenCommand}, {"loadServerConfig",(unsigned long)loadServerConfig}, +{"lockThreadedIO",(unsigned long)lockThreadedIO}, {"lookupKey",(unsigned long)lookupKey}, {"lookupKeyByPattern",(unsigned long)lookupKeyByPattern}, {"lookupKeyRead",(unsigned long)lookupKeyRead}, @@ -93,6 +111,7 @@ static struct redisFunctionSym symsTable[] = { {"msetCommand",(unsigned long)msetCommand}, {"msetGenericCommand",(unsigned long)msetGenericCommand}, {"msetnxCommand",(unsigned long)msetnxCommand}, +{"multiCommand",(unsigned long)multiCommand}, {"oom",(unsigned long)oom}, {"pingCommand",(unsigned long)pingCommand}, {"popGenericCommand",(unsigned long)popGenericCommand}, @@ -100,12 +119,15 @@ static struct redisFunctionSym symsTable[] = { {"processInputBuffer",(unsigned long)processInputBuffer}, {"pushGenericCommand",(unsigned long)pushGenericCommand}, {"qsortCompareSetsByCardinality",(unsigned long)qsortCompareSetsByCardinality}, +{"queueIOJob",(unsigned long)queueIOJob}, +{"queueMultiCommand",(unsigned long)queueMultiCommand}, {"randomkeyCommand",(unsigned long)randomkeyCommand}, {"rdbLoad",(unsigned long)rdbLoad}, {"rdbLoadDoubleValue",(unsigned long)rdbLoadDoubleValue}, {"rdbLoadIntegerObject",(unsigned long)rdbLoadIntegerObject}, {"rdbLoadLen",(unsigned long)rdbLoadLen}, {"rdbLoadLzfStringObject",(unsigned long)rdbLoadLzfStringObject}, +{"rdbLoadObject",(unsigned long)rdbLoadObject}, {"rdbLoadStringObject",(unsigned long)rdbLoadStringObject}, {"rdbLoadTime",(unsigned long)rdbLoadTime}, {"rdbLoadType",(unsigned long)rdbLoadType}, @@ -115,10 +137,13 @@ static struct redisFunctionSym symsTable[] = { {"rdbSaveDoubleValue",(unsigned long)rdbSaveDoubleValue}, {"rdbSaveLen",(unsigned long)rdbSaveLen}, {"rdbSaveLzfStringObject",(unsigned long)rdbSaveLzfStringObject}, +{"rdbSaveObject",(unsigned long)rdbSaveObject}, {"rdbSaveStringObject",(unsigned long)rdbSaveStringObject}, {"rdbSaveStringObjectRaw",(unsigned long)rdbSaveStringObjectRaw}, {"rdbSaveTime",(unsigned long)rdbSaveTime}, {"rdbSaveType",(unsigned long)rdbSaveType}, +{"rdbSavedObjectLen",(unsigned long)rdbSavedObjectLen}, +{"rdbSavedObjectPages",(unsigned long)rdbSavedObjectPages}, {"rdbTryIntegerEncoding",(unsigned long)rdbTryIntegerEncoding}, {"readQueryFromClient",(unsigned long)readQueryFromClient}, {"redisLog",(unsigned long)redisLog}, @@ -161,6 +186,7 @@ static struct redisFunctionSym symsTable[] = { {"smoveCommand",(unsigned long)smoveCommand}, {"sortCommand",(unsigned long)sortCommand}, {"sortCompare",(unsigned long)sortCompare}, +{"spawnIOThread",(unsigned long)spawnIOThread}, {"spopCommand",(unsigned long)spopCommand}, {"srandmemberCommand",(unsigned long)srandmemberCommand}, {"sremCommand",(unsigned long)sremCommand}, @@ -173,12 +199,33 @@ static struct redisFunctionSym symsTable[] = { {"syncReadLine",(unsigned long)syncReadLine}, {"syncWithMaster",(unsigned long)syncWithMaster}, {"syncWrite",(unsigned long)syncWrite}, +{"tryFreeOneObjectFromFreelist",(unsigned long)tryFreeOneObjectFromFreelist}, {"tryObjectEncoding",(unsigned long)tryObjectEncoding}, {"tryObjectSharing",(unsigned long)tryObjectSharing}, {"tryResizeHashTables",(unsigned long)tryResizeHashTables}, {"ttlCommand",(unsigned long)ttlCommand}, {"typeCommand",(unsigned long)typeCommand}, +{"unblockClient",(unsigned long)unblockClient}, +{"unlockThreadedIO",(unsigned long)unlockThreadedIO}, {"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave}, +{"vmCanSwapOut",(unsigned long)vmCanSwapOut}, +{"vmCancelThreadedIOJob",(unsigned long)vmCancelThreadedIOJob}, +{"vmFindContiguousPages",(unsigned long)vmFindContiguousPages}, +{"vmFreePage",(unsigned long)vmFreePage}, +{"vmGenericLoadObject",(unsigned long)vmGenericLoadObject}, +{"vmInit",(unsigned long)vmInit}, +{"vmLoadObject",(unsigned long)vmLoadObject}, +{"vmMarkPageFree",(unsigned long)vmMarkPageFree}, +{"vmMarkPageUsed",(unsigned long)vmMarkPageUsed}, +{"vmMarkPagesFree",(unsigned long)vmMarkPagesFree}, +{"vmMarkPagesUsed",(unsigned long)vmMarkPagesUsed}, +{"vmPreviewObject",(unsigned long)vmPreviewObject}, +{"vmSwapObjectBlocking",(unsigned long)vmSwapObjectBlocking}, +{"vmSwapObjectThreaded",(unsigned long)vmSwapObjectThreaded}, +{"vmSwapOneObject",(unsigned long)vmSwapOneObject}, +{"vmSwapOneObjectBlocking",(unsigned long)vmSwapOneObjectBlocking}, +{"vmSwapOneObjectThreaded",(unsigned long)vmSwapOneObjectThreaded}, +{"vmThreadedIOCompletedJob",(unsigned long)vmThreadedIOCompletedJob}, {"yesnotoi",(unsigned long)yesnotoi}, {"zaddCommand",(unsigned long)zaddCommand}, {"zaddGenericCommand",(unsigned long)zaddGenericCommand},