]> git.saurik.com Git - redis.git/blame - staticsymbols.h
more pub/sub tests
[redis.git] / staticsymbols.h
CommitLineData
bcfc686d 1static struct redisFunctionSym symsTable[] = {
f11b8647 2{"IOThreadEntryPoint",(unsigned long)IOThreadEntryPoint},
dfc5e96c 3{"_redisAssert",(unsigned long)_redisAssert},
a0e7e5f5 4{"_redisPanic",(unsigned long)_redisPanic},
bcfc686d 5{"acceptHandler",(unsigned long)acceptHandler},
6{"addReply",(unsigned long)addReply},
ad6de43c 7{"addReplyBulk",(unsigned long)addReplyBulk},
248ea310 8{"addReplyBulkCString",(unsigned long)addReplyBulkCString},
bcfc686d 9{"addReplyBulkLen",(unsigned long)addReplyBulkLen},
09241813 10{"addReplyBulkSds",(unsigned long)addReplyBulkSds},
9d65a1bb 11{"addReplyDouble",(unsigned long)addReplyDouble},
884d4b39 12{"addReplyLongLong",(unsigned long)addReplyLongLong},
bcfc686d 13{"addReplySds",(unsigned long)addReplySds},
ad6de43c 14{"addReplyUlong",(unsigned long)addReplyUlong},
9d65a1bb 15{"aofRemoveTempFile",(unsigned long)aofRemoveTempFile},
b1befe6a 16{"appendCommand",(unsigned long)appendCommand},
bcfc686d 17{"appendServerSaveParams",(unsigned long)appendServerSaveParams},
18{"authCommand",(unsigned long)authCommand},
d5d55fc3 19{"beforeSleep",(unsigned long)beforeSleep},
9d65a1bb 20{"bgrewriteaofCommand",(unsigned long)bgrewriteaofCommand},
bcfc686d 21{"bgsaveCommand",(unsigned long)bgsaveCommand},
d5d55fc3 22{"blockClientOnSwappedKeys",(unsigned long)blockClientOnSwappedKeys},
b177fd30 23{"blockForKeys",(unsigned long)blockForKeys},
4409877e 24{"blockingPopGenericCommand",(unsigned long)blockingPopGenericCommand},
25{"blpopCommand",(unsigned long)blpopCommand},
26{"brpopCommand",(unsigned long)brpopCommand},
a69a0c9c 27{"bytesToHuman",(unsigned long)bytesToHuman},
4409877e 28{"call",(unsigned long)call},
5d373da9 29{"catAppendOnlyExpireAtCommand",(unsigned long)catAppendOnlyExpireAtCommand},
30{"catAppendOnlyGenericCommand",(unsigned long)catAppendOnlyGenericCommand},
ad6de43c 31{"checkType",(unsigned long)checkType},
bcfc686d 32{"closeTimedoutClients",(unsigned long)closeTimedoutClients},
33{"compareStringObjects",(unsigned long)compareStringObjects},
5d373da9 34{"computeDatasetDigest",(unsigned long)computeDatasetDigest},
4ef8de8a 35{"computeObjectSwappability",(unsigned long)computeObjectSwappability},
248ea310 36{"configCommand",(unsigned long)configCommand},
37{"configGetCommand",(unsigned long)configGetCommand},
38{"configSetCommand",(unsigned long)configSetCommand},
9c8e3cee 39{"convertToRealHash",(unsigned long)convertToRealHash},
bcfc686d 40{"createClient",(unsigned long)createClient},
b1befe6a 41{"createHashObject",(unsigned long)createHashObject},
bcfc686d 42{"createListObject",(unsigned long)createListObject},
43{"createObject",(unsigned long)createObject},
44{"createSetObject",(unsigned long)createSetObject},
45{"createSharedObjects",(unsigned long)createSharedObjects},
46{"createSortOperation",(unsigned long)createSortOperation},
47{"createStringObject",(unsigned long)createStringObject},
a0e7e5f5 48{"createStringObjectFromLongLong",(unsigned long)createStringObjectFromLongLong},
09241813 49{"createVmPointer",(unsigned long)createVmPointer},
bcfc686d 50{"createZsetObject",(unsigned long)createZsetObject},
51{"daemonize",(unsigned long)daemonize},
09241813 52{"dbAdd",(unsigned long)dbAdd},
53{"dbDelete",(unsigned long)dbDelete},
54{"dbExists",(unsigned long)dbExists},
55{"dbRandomKey",(unsigned long)dbRandomKey},
56{"dbReplace",(unsigned long)dbReplace},
bcfc686d 57{"dbsizeCommand",(unsigned long)dbsizeCommand},
58{"debugCommand",(unsigned long)debugCommand},
59{"decrCommand",(unsigned long)decrCommand},
60{"decrRefCount",(unsigned long)decrRefCount},
61{"decrbyCommand",(unsigned long)decrbyCommand},
62{"delCommand",(unsigned long)delCommand},
63{"deleteIfVolatile",(unsigned long)deleteIfVolatile},
bcfc686d 64{"dictEncObjKeyCompare",(unsigned long)dictEncObjKeyCompare},
4409877e 65{"dictListDestructor",(unsigned long)dictListDestructor},
bcfc686d 66{"dictObjKeyCompare",(unsigned long)dictObjKeyCompare},
67{"dictRedisObjectDestructor",(unsigned long)dictRedisObjectDestructor},
09241813 68{"dictSdsDestructor",(unsigned long)dictSdsDestructor},
69{"dictSdsKeyCompare",(unsigned long)dictSdsKeyCompare},
bcfc686d 70{"dictVanillaFree",(unsigned long)dictVanillaFree},
b1befe6a 71{"discardCommand",(unsigned long)discardCommand},
d5d55fc3 72{"dontWaitForSwappedKey",(unsigned long)dontWaitForSwappedKey},
bcfc686d 73{"dupClientReplyValue",(unsigned long)dupClientReplyValue},
4ef8de8a 74{"dupStringObject",(unsigned long)dupStringObject},
bcfc686d 75{"echoCommand",(unsigned long)echoCommand},
5d373da9 76{"equalStringObjects",(unsigned long)equalStringObjects},
77{"execBlockClientOnSwappedKeys",(unsigned long)execBlockClientOnSwappedKeys},
4409877e 78{"execCommand",(unsigned long)execCommand},
a0e7e5f5 79{"execCommandReplicateMulti",(unsigned long)execCommandReplicateMulti},
bcfc686d 80{"existsCommand",(unsigned long)existsCommand},
81{"expireCommand",(unsigned long)expireCommand},
82{"expireGenericCommand",(unsigned long)expireGenericCommand},
83{"expireIfNeeded",(unsigned long)expireIfNeeded},
84{"expireatCommand",(unsigned long)expireatCommand},
85{"feedAppendOnlyFile",(unsigned long)feedAppendOnlyFile},
86{"findFuncName",(unsigned long)findFuncName},
a0e7e5f5 87{"flushAppendOnlyFile",(unsigned long)flushAppendOnlyFile},
bcfc686d 88{"flushallCommand",(unsigned long)flushallCommand},
89{"flushdbCommand",(unsigned long)flushdbCommand},
90{"freeClient",(unsigned long)freeClient},
91{"freeClientArgv",(unsigned long)freeClientArgv},
4409877e 92{"freeClientMultiState",(unsigned long)freeClientMultiState},
bcfc686d 93{"freeFakeClient",(unsigned long)freeFakeClient},
94{"freeHashObject",(unsigned long)freeHashObject},
f11b8647 95{"freeIOJob",(unsigned long)freeIOJob},
bcfc686d 96{"freeListObject",(unsigned long)freeListObject},
97{"freeMemoryIfNeeded",(unsigned long)freeMemoryIfNeeded},
884d4b39 98{"freePubsubPattern",(unsigned long)freePubsubPattern},
bcfc686d 99{"freeSetObject",(unsigned long)freeSetObject},
100{"freeStringObject",(unsigned long)freeStringObject},
101{"freeZsetObject",(unsigned long)freeZsetObject},
9d65a1bb 102{"fwriteBulkDouble",(unsigned long)fwriteBulkDouble},
9eaef89f 103{"fwriteBulkLongLong",(unsigned long)fwriteBulkLongLong},
9c8e3cee 104{"fwriteBulkObject",(unsigned long)fwriteBulkObject},
105{"fwriteBulkString",(unsigned long)fwriteBulkString},
dfc5e96c 106{"genRedisInfoString",(unsigned long)genRedisInfoString},
ad6de43c 107{"genericHgetallCommand",(unsigned long)genericHgetallCommand},
b1befe6a 108{"genericZrangebyscoreCommand",(unsigned long)genericZrangebyscoreCommand},
bcfc686d 109{"getCommand",(unsigned long)getCommand},
110{"getDecodedObject",(unsigned long)getDecodedObject},
a0e7e5f5 111{"getDoubleFromObject",(unsigned long)getDoubleFromObject},
112{"getDoubleFromObjectOrReply",(unsigned long)getDoubleFromObjectOrReply},
bcfc686d 113{"getExpire",(unsigned long)getExpire},
4409877e 114{"getGenericCommand",(unsigned long)getGenericCommand},
a0e7e5f5 115{"getLongFromObjectOrReply",(unsigned long)getLongFromObjectOrReply},
116{"getLongLongFromObject",(unsigned long)getLongLongFromObject},
117{"getLongLongFromObjectOrReply",(unsigned long)getLongLongFromObjectOrReply},
bcfc686d 118{"getMcontextEip",(unsigned long)getMcontextEip},
119{"getsetCommand",(unsigned long)getsetCommand},
120{"glueReplyBuffersIfNeeded",(unsigned long)glueReplyBuffersIfNeeded},
d5d55fc3 121{"handleClientsBlockedOnSwappedKey",(unsigned long)handleClientsBlockedOnSwappedKey},
4409877e 122{"handleClientsWaitingListPush",(unsigned long)handleClientsWaitingListPush},
d1578a33
PN
123{"hashTypeCurrent",(unsigned long)hashTypeCurrent},
124{"hashTypeDelete",(unsigned long)hashTypeDelete},
125{"hashTypeExists",(unsigned long)hashTypeExists},
126{"hashTypeGet",(unsigned long)hashTypeGet},
127{"hashTypeInitIterator",(unsigned long)hashTypeInitIterator},
128{"hashTypeLookupWriteOrCreate",(unsigned long)hashTypeLookupWriteOrCreate},
129{"hashTypeNext",(unsigned long)hashTypeNext},
130{"hashTypeReleaseIterator",(unsigned long)hashTypeReleaseIterator},
131{"hashTypeSet",(unsigned long)hashTypeSet},
132{"hashTypeTryConversion",(unsigned long)hashTypeTryConversion},
133{"hashTypeTryObjectEncoding",(unsigned long)hashTypeTryObjectEncoding},
ad6de43c 134{"hdelCommand",(unsigned long)hdelCommand},
135{"hexistsCommand",(unsigned long)hexistsCommand},
b1befe6a 136{"hgetCommand",(unsigned long)hgetCommand},
ad6de43c 137{"hgetallCommand",(unsigned long)hgetallCommand},
884d4b39 138{"hincrbyCommand",(unsigned long)hincrbyCommand},
ad6de43c 139{"hkeysCommand",(unsigned long)hkeysCommand},
140{"hlenCommand",(unsigned long)hlenCommand},
a0e7e5f5 141{"hmgetCommand",(unsigned long)hmgetCommand},
142{"hmsetCommand",(unsigned long)hmsetCommand},
b1befe6a 143{"hsetCommand",(unsigned long)hsetCommand},
a0e7e5f5 144{"hsetnxCommand",(unsigned long)hsetnxCommand},
bcfc686d 145{"htNeedsResize",(unsigned long)htNeedsResize},
ad6de43c 146{"hvalsCommand",(unsigned long)hvalsCommand},
bcfc686d 147{"incrCommand",(unsigned long)incrCommand},
148{"incrDecrCommand",(unsigned long)incrDecrCommand},
149{"incrRefCount",(unsigned long)incrRefCount},
150{"incrbyCommand",(unsigned long)incrbyCommand},
a0e7e5f5 151{"incrementallyRehash",(unsigned long)incrementallyRehash},
bcfc686d 152{"infoCommand",(unsigned long)infoCommand},
4409877e 153{"initClientMultiState",(unsigned long)initClientMultiState},
bcfc686d 154{"initServer",(unsigned long)initServer},
155{"initServerConfig",(unsigned long)initServerConfig},
156{"isStringRepresentableAsLong",(unsigned long)isStringRepresentableAsLong},
157{"keysCommand",(unsigned long)keysCommand},
158{"lastsaveCommand",(unsigned long)lastsaveCommand},
159{"lindexCommand",(unsigned long)lindexCommand},
884d4b39 160{"listMatchObjects",(unsigned long)listMatchObjects},
161{"listMatchPubsubPattern",(unsigned long)listMatchPubsubPattern},
5d373da9 162{"ll2string",(unsigned long)ll2string},
bcfc686d 163{"llenCommand",(unsigned long)llenCommand},
164{"loadServerConfig",(unsigned long)loadServerConfig},
a69a0c9c 165{"lockThreadedIO",(unsigned long)lockThreadedIO},
bcfc686d 166{"lookupKey",(unsigned long)lookupKey},
167{"lookupKeyByPattern",(unsigned long)lookupKeyByPattern},
168{"lookupKeyRead",(unsigned long)lookupKeyRead},
ad6de43c 169{"lookupKeyReadOrReply",(unsigned long)lookupKeyReadOrReply},
bcfc686d 170{"lookupKeyWrite",(unsigned long)lookupKeyWrite},
ad6de43c 171{"lookupKeyWriteOrReply",(unsigned long)lookupKeyWriteOrReply},
bcfc686d 172{"lpopCommand",(unsigned long)lpopCommand},
173{"lpushCommand",(unsigned long)lpushCommand},
174{"lrangeCommand",(unsigned long)lrangeCommand},
175{"lremCommand",(unsigned long)lremCommand},
176{"lsetCommand",(unsigned long)lsetCommand},
177{"ltrimCommand",(unsigned long)ltrimCommand},
178{"mgetCommand",(unsigned long)mgetCommand},
5d373da9 179{"mixDigest",(unsigned long)mixDigest},
180{"mixObjectDigest",(unsigned long)mixObjectDigest},
bcfc686d 181{"monitorCommand",(unsigned long)monitorCommand},
182{"moveCommand",(unsigned long)moveCommand},
183{"msetCommand",(unsigned long)msetCommand},
184{"msetGenericCommand",(unsigned long)msetGenericCommand},
185{"msetnxCommand",(unsigned long)msetnxCommand},
4409877e 186{"multiCommand",(unsigned long)multiCommand},
bcfc686d 187{"oom",(unsigned long)oom},
188{"pingCommand",(unsigned long)pingCommand},
189{"popGenericCommand",(unsigned long)popGenericCommand},
cbae1d34 190{"prepareForShutdown",(unsigned long)prepareForShutdown},
bcfc686d 191{"processCommand",(unsigned long)processCommand},
192{"processInputBuffer",(unsigned long)processInputBuffer},
884d4b39 193{"psubscribeCommand",(unsigned long)psubscribeCommand},
194{"publishCommand",(unsigned long)publishCommand},
195{"pubsubPublishMessage",(unsigned long)pubsubPublishMessage},
196{"pubsubSubscribeChannel",(unsigned long)pubsubSubscribeChannel},
197{"pubsubSubscribePattern",(unsigned long)pubsubSubscribePattern},
198{"pubsubUnsubscribeAllChannels",(unsigned long)pubsubUnsubscribeAllChannels},
199{"pubsubUnsubscribeAllPatterns",(unsigned long)pubsubUnsubscribeAllPatterns},
200{"pubsubUnsubscribeChannel",(unsigned long)pubsubUnsubscribeChannel},
201{"pubsubUnsubscribePattern",(unsigned long)pubsubUnsubscribePattern},
202{"punsubscribeCommand",(unsigned long)punsubscribeCommand},
bcfc686d 203{"pushGenericCommand",(unsigned long)pushGenericCommand},
204{"qsortCompareSetsByCardinality",(unsigned long)qsortCompareSetsByCardinality},
9c8e3cee 205{"qsortCompareZsetopsrcByCardinality",(unsigned long)qsortCompareZsetopsrcByCardinality},
09241813 206{"qsortRedisCommands",(unsigned long)qsortRedisCommands},
f11b8647 207{"queueIOJob",(unsigned long)queueIOJob},
4409877e 208{"queueMultiCommand",(unsigned long)queueMultiCommand},
bcfc686d 209{"randomkeyCommand",(unsigned long)randomkeyCommand},
5d373da9 210{"rdbEncodeInteger",(unsigned long)rdbEncodeInteger},
211{"rdbGenericLoadStringObject",(unsigned long)rdbGenericLoadStringObject},
bcfc686d 212{"rdbLoad",(unsigned long)rdbLoad},
213{"rdbLoadDoubleValue",(unsigned long)rdbLoadDoubleValue},
5d373da9 214{"rdbLoadEncodedStringObject",(unsigned long)rdbLoadEncodedStringObject},
bcfc686d 215{"rdbLoadIntegerObject",(unsigned long)rdbLoadIntegerObject},
216{"rdbLoadLen",(unsigned long)rdbLoadLen},
217{"rdbLoadLzfStringObject",(unsigned long)rdbLoadLzfStringObject},
4ef8de8a 218{"rdbLoadObject",(unsigned long)rdbLoadObject},
bcfc686d 219{"rdbLoadStringObject",(unsigned long)rdbLoadStringObject},
220{"rdbLoadTime",(unsigned long)rdbLoadTime},
221{"rdbLoadType",(unsigned long)rdbLoadType},
222{"rdbRemoveTempFile",(unsigned long)rdbRemoveTempFile},
223{"rdbSave",(unsigned long)rdbSave},
224{"rdbSaveBackground",(unsigned long)rdbSaveBackground},
225{"rdbSaveDoubleValue",(unsigned long)rdbSaveDoubleValue},
226{"rdbSaveLen",(unsigned long)rdbSaveLen},
227{"rdbSaveLzfStringObject",(unsigned long)rdbSaveLzfStringObject},
4ef8de8a 228{"rdbSaveObject",(unsigned long)rdbSaveObject},
b1befe6a 229{"rdbSaveRawString",(unsigned long)rdbSaveRawString},
bcfc686d 230{"rdbSaveStringObject",(unsigned long)rdbSaveStringObject},
bcfc686d 231{"rdbSaveTime",(unsigned long)rdbSaveTime},
232{"rdbSaveType",(unsigned long)rdbSaveType},
4ef8de8a 233{"rdbSavedObjectLen",(unsigned long)rdbSavedObjectLen},
234{"rdbSavedObjectPages",(unsigned long)rdbSavedObjectPages},
bcfc686d 235{"rdbTryIntegerEncoding",(unsigned long)rdbTryIntegerEncoding},
236{"readQueryFromClient",(unsigned long)readQueryFromClient},
237{"redisLog",(unsigned long)redisLog},
238{"removeExpire",(unsigned long)removeExpire},
239{"renameCommand",(unsigned long)renameCommand},
240{"renameGenericCommand",(unsigned long)renameGenericCommand},
241{"renamenxCommand",(unsigned long)renamenxCommand},
a0e7e5f5 242{"replicationFeedMonitors",(unsigned long)replicationFeedMonitors},
bcfc686d 243{"replicationFeedSlaves",(unsigned long)replicationFeedSlaves},
244{"resetClient",(unsigned long)resetClient},
245{"resetServerSaveParams",(unsigned long)resetServerSaveParams},
9d65a1bb 246{"rewriteAppendOnlyFile",(unsigned long)rewriteAppendOnlyFile},
247{"rewriteAppendOnlyFileBackground",(unsigned long)rewriteAppendOnlyFileBackground},
bcfc686d 248{"rpopCommand",(unsigned long)rpopCommand},
9d65a1bb 249{"rpoplpushcommand",(unsigned long)rpoplpushcommand},
bcfc686d 250{"rpushCommand",(unsigned long)rpushCommand},
251{"saddCommand",(unsigned long)saddCommand},
252{"saveCommand",(unsigned long)saveCommand},
253{"scardCommand",(unsigned long)scardCommand},
254{"sdiffCommand",(unsigned long)sdiffCommand},
255{"sdiffstoreCommand",(unsigned long)sdiffstoreCommand},
a0e7e5f5 256{"sdscatrepr",(unsigned long)sdscatrepr},
bcfc686d 257{"segvHandler",(unsigned long)segvHandler},
258{"selectCommand",(unsigned long)selectCommand},
259{"selectDb",(unsigned long)selectDb},
260{"sendBulkToSlave",(unsigned long)sendBulkToSlave},
261{"sendReplyToClient",(unsigned long)sendReplyToClient},
9d65a1bb 262{"sendReplyToClientWritev",(unsigned long)sendReplyToClientWritev},
bcfc686d 263{"serverCron",(unsigned long)serverCron},
264{"setCommand",(unsigned long)setCommand},
265{"setExpire",(unsigned long)setExpire},
266{"setGenericCommand",(unsigned long)setGenericCommand},
a0e7e5f5 267{"setexCommand",(unsigned long)setexCommand},
bcfc686d 268{"setnxCommand",(unsigned long)setnxCommand},
269{"setupSigSegvAction",(unsigned long)setupSigSegvAction},
270{"shutdownCommand",(unsigned long)shutdownCommand},
cbae1d34 271{"sigtermHandler",(unsigned long)sigtermHandler},
bcfc686d 272{"sinterCommand",(unsigned long)sinterCommand},
273{"sinterGenericCommand",(unsigned long)sinterGenericCommand},
274{"sinterstoreCommand",(unsigned long)sinterstoreCommand},
275{"sismemberCommand",(unsigned long)sismemberCommand},
276{"slaveofCommand",(unsigned long)slaveofCommand},
277{"smoveCommand",(unsigned long)smoveCommand},
278{"sortCommand",(unsigned long)sortCommand},
09241813 279{"sortCommandTable",(unsigned long)sortCommandTable},
bcfc686d 280{"sortCompare",(unsigned long)sortCompare},
f11b8647 281{"spawnIOThread",(unsigned long)spawnIOThread},
bcfc686d 282{"spopCommand",(unsigned long)spopCommand},
283{"srandmemberCommand",(unsigned long)srandmemberCommand},
284{"sremCommand",(unsigned long)sremCommand},
cbae1d34 285{"startAppendOnly",(unsigned long)startAppendOnly},
286{"stopAppendOnly",(unsigned long)stopAppendOnly},
bcfc686d 287{"stringObjectLen",(unsigned long)stringObjectLen},
248ea310 288{"stringmatch",(unsigned long)stringmatch},
289{"stringmatchlen",(unsigned long)stringmatchlen},
884d4b39 290{"subscribeCommand",(unsigned long)subscribeCommand},
b1befe6a 291{"substrCommand",(unsigned long)substrCommand},
bcfc686d 292{"sunionCommand",(unsigned long)sunionCommand},
293{"sunionDiffGenericCommand",(unsigned long)sunionDiffGenericCommand},
294{"sunionstoreCommand",(unsigned long)sunionstoreCommand},
295{"syncCommand",(unsigned long)syncCommand},
296{"syncRead",(unsigned long)syncRead},
297{"syncReadLine",(unsigned long)syncReadLine},
298{"syncWithMaster",(unsigned long)syncWithMaster},
299{"syncWrite",(unsigned long)syncWrite},
87c68815 300{"touchWatchedKey",(unsigned long)touchWatchedKey},
09241813 301{"touchWatchedKeysOnFlush",(unsigned long)touchWatchedKeysOnFlush},
a5819310 302{"tryFreeOneObjectFromFreelist",(unsigned long)tryFreeOneObjectFromFreelist},
bcfc686d 303{"tryObjectEncoding",(unsigned long)tryObjectEncoding},
bcfc686d 304{"tryResizeHashTables",(unsigned long)tryResizeHashTables},
305{"ttlCommand",(unsigned long)ttlCommand},
306{"typeCommand",(unsigned long)typeCommand},
b0d8747d 307{"unblockClientWaitingData",(unsigned long)unblockClientWaitingData},
a69a0c9c 308{"unlockThreadedIO",(unsigned long)unlockThreadedIO},
884d4b39 309{"unsubscribeCommand",(unsigned long)unsubscribeCommand},
87c68815 310{"unwatchAllKeys",(unsigned long)unwatchAllKeys},
311{"unwatchCommand",(unsigned long)unwatchCommand},
884d4b39 312{"updateDictResizePolicy",(unsigned long)updateDictResizePolicy},
bcfc686d 313{"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave},
248ea310 314{"usage",(unsigned long)usage},
315{"version",(unsigned long)version},
a69a0c9c 316{"vmCanSwapOut",(unsigned long)vmCanSwapOut},
317{"vmCancelThreadedIOJob",(unsigned long)vmCancelThreadedIOJob},
4ef8de8a 318{"vmFindContiguousPages",(unsigned long)vmFindContiguousPages},
319{"vmFreePage",(unsigned long)vmFreePage},
a69a0c9c 320{"vmGenericLoadObject",(unsigned long)vmGenericLoadObject},
4ef8de8a 321{"vmInit",(unsigned long)vmInit},
322{"vmLoadObject",(unsigned long)vmLoadObject},
323{"vmMarkPageFree",(unsigned long)vmMarkPageFree},
324{"vmMarkPageUsed",(unsigned long)vmMarkPageUsed},
325{"vmMarkPagesFree",(unsigned long)vmMarkPagesFree},
326{"vmMarkPagesUsed",(unsigned long)vmMarkPagesUsed},
a69a0c9c 327{"vmPreviewObject",(unsigned long)vmPreviewObject},
33843a90 328{"vmReadObjectFromSwap",(unsigned long)vmReadObjectFromSwap},
329{"vmReopenSwapFile",(unsigned long)vmReopenSwapFile},
a69a0c9c 330{"vmSwapObjectBlocking",(unsigned long)vmSwapObjectBlocking},
331{"vmSwapObjectThreaded",(unsigned long)vmSwapObjectThreaded},
4ef8de8a 332{"vmSwapOneObject",(unsigned long)vmSwapOneObject},
a69a0c9c 333{"vmSwapOneObjectBlocking",(unsigned long)vmSwapOneObjectBlocking},
334{"vmSwapOneObjectThreaded",(unsigned long)vmSwapOneObjectThreaded},
335{"vmThreadedIOCompletedJob",(unsigned long)vmThreadedIOCompletedJob},
33843a90 336{"vmWriteObjectOnSwap",(unsigned long)vmWriteObjectOnSwap},
337{"waitEmptyIOJobsQueue",(unsigned long)waitEmptyIOJobsQueue},
5d373da9 338{"waitForMultipleSwappedKeys",(unsigned long)waitForMultipleSwappedKeys},
d5d55fc3 339{"waitForSwappedKey",(unsigned long)waitForSwappedKey},
87c68815 340{"watchCommand",(unsigned long)watchCommand},
341{"watchForKey",(unsigned long)watchForKey},
5d373da9 342{"xorDigest",(unsigned long)xorDigest},
343{"xorObjectDigest",(unsigned long)xorObjectDigest},
bcfc686d 344{"yesnotoi",(unsigned long)yesnotoi},
345{"zaddCommand",(unsigned long)zaddCommand},
9d65a1bb 346{"zaddGenericCommand",(unsigned long)zaddGenericCommand},
bcfc686d 347{"zcardCommand",(unsigned long)zcardCommand},
b1befe6a 348{"zcountCommand",(unsigned long)zcountCommand},
9d65a1bb 349{"zincrbyCommand",(unsigned long)zincrbyCommand},
5d373da9 350{"zinterstoreCommand",(unsigned long)zinterstoreCommand},
bcfc686d 351{"zrangeCommand",(unsigned long)zrangeCommand},
352{"zrangeGenericCommand",(unsigned long)zrangeGenericCommand},
353{"zrangebyscoreCommand",(unsigned long)zrangebyscoreCommand},
b1befe6a 354{"zrankCommand",(unsigned long)zrankCommand},
9c8e3cee 355{"zrankGenericCommand",(unsigned long)zrankGenericCommand},
bcfc686d 356{"zremCommand",(unsigned long)zremCommand},
9c8e3cee 357{"zremrangebyrankCommand",(unsigned long)zremrangebyrankCommand},
bcfc686d 358{"zremrangebyscoreCommand",(unsigned long)zremrangebyscoreCommand},
359{"zrevrangeCommand",(unsigned long)zrevrangeCommand},
9c8e3cee 360{"zrevrankCommand",(unsigned long)zrevrankCommand},
bcfc686d 361{"zscoreCommand",(unsigned long)zscoreCommand},
362{"zslCreate",(unsigned long)zslCreate},
363{"zslCreateNode",(unsigned long)zslCreateNode},
364{"zslDelete",(unsigned long)zslDelete},
365{"zslFirstWithScore",(unsigned long)zslFirstWithScore},
366{"zslFree",(unsigned long)zslFree},
367{"zslFreeNode",(unsigned long)zslFreeNode},
368{"zslInsert",(unsigned long)zslInsert},
369{"zslRandomLevel",(unsigned long)zslRandomLevel},
ad6de43c 370{"zunionInterBlockClientOnSwappedKeys",(unsigned long)zunionInterBlockClientOnSwappedKeys},
9c8e3cee 371{"zunionInterGenericCommand",(unsigned long)zunionInterGenericCommand},
5d373da9 372{"zunionstoreCommand",(unsigned long)zunionstoreCommand},
bcfc686d 373{NULL,0}
374};