| /f-stack/app/redis-5.0.5/src/ |
| H A D | defrag.c | 282 sdsele = dictGetVal(de); in activeDefragSdsDict() 286 robj *newele, *ele = dictGetVal(de); in activeDefragSdsDict() 290 void *newptr, *ptr = dictGetVal(de); in activeDefragSdsDict() 497 sdsele = dictGetVal(de); in scanLaterHashCallback() 513 robj *ob = dictGetVal(kde); in defragQuicklist() 527 robj *ob = dictGetVal(kde); in defragZsetSkiplist() 561 robj *ob = dictGetVal(kde); in defragHash() 579 robj *ob = dictGetVal(kde); in defragSet() 739 robj *ob = dictGetVal(kde); in defragStream() 783 ob = dictGetVal(de); in defragKey() [all …]
|
| H A D | blocked.c | 274 list *clients = dictGetVal(de); in handleClientsBlockedOnKeys() 335 list *clients = dictGetVal(de); in handleClientsBlockedOnKeys() 383 list *clients = dictGetVal(de); in handleClientsBlockedOnKeys() 534 l = dictGetVal(de); in blockForKeys()
|
| H A D | sentinel.c | 671 sentinelRedisInstance *ri = dictGetVal(de); in sentinelGenerateInitialMonitorEvents() 1334 sentinelRedisInstance *ri = dictGetVal(de); in removeMatchingSentinelFromMaster() 1359 sentinelRedisInstance *ri = dictGetVal(de); in getSentinelRedisInstanceByAddrAndRunID() 1391 sentinelRedisInstance *ri = dictGetVal(de); in sentinelAddFlagsToDictOfRedisInstances() 1405 sentinelRedisInstance *ri = dictGetVal(de); in sentinelDelFlagsToDictOfRedisInstances() 1465 sentinelRedisInstance *ri = dictGetVal(de); in sentinelResetMastersByPattern() 1779 master = dictGetVal(de); in rewriteConfigSentinelOption() 1851 ri = dictGetVal(de); in rewriteConfigSentinelOption() 1871 ri = dictGetVal(de); in rewriteConfigSentinelOption() 1884 sds newname = dictGetVal(de); in rewriteConfigSentinelOption() [all …]
|
| H A D | pubsub.c | 74 clients = dictGetVal(de); in pubsubSubscribeChannel() 102 clients = dictGetVal(de); in pubsubUnsubscribeChannel() 234 list *list = dictGetVal(de); in pubsubPublishMessage()
|
| H A D | t_hash.c | 97 return dictGetVal(de); in hashTypeGetFromHashTable() 242 sdsfree(dictGetVal(de)); in hashTypeSet() 244 dictGetVal(de) = value; in hashTypeSet() 247 dictGetVal(de) = sdsdup(value); in hashTypeSet() 412 return dictGetVal(hi->de); in hashTypeCurrentFromHashTable()
|
| H A D | latency.c | 255 struct latencyTimeSeries *ts = dictGetVal(de); in createLatencyReport() 504 struct latencyTimeSeries *ts = dictGetVal(de); in latencyCommandReplyWithLatestEvents() 598 ts = dictGetVal(de); in latencyCommand()
|
| H A D | lazyfree.c | 64 robj *val = dictGetVal(de); in dbAsyncDelete()
|
| H A D | evict.c | 181 o = dictGetVal(de); in evictionPoolPopulate() 200 idle = ULLONG_MAX - (long)dictGetVal(de); in evictionPoolPopulate()
|
| H A D | cluster.c | 553 clusterNode *node = dictGetVal(de); in clusterReset() 923 clusterNode *node = dictGetVal(de); in clusterDelNode() 942 return dictGetVal(de); in clusterLookupNode() 975 clusterNode *node = dictGetVal(de); in clusterGetMaxEpoch() 1263 clusterNode *node = dictGetVal(de); in clusterHandshakeInProgress() 2235 clusterNode *node = dictGetVal(de); in clusterBroadcastMessage() 2416 clusterNode *this = dictGetVal(de); in clusterSendPing() 2500 clusterNode *node = dictGetVal(de); in clusterBroadcastPong() 3174 clusterNode *node = dictGetVal(de); in clusterHandleSlaveMigration() 3368 clusterNode *node = dictGetVal(de); in clusterCron() [all …]
|
| H A D | dict.h | 142 #define dictGetVal(he) ((he)->v.val) macro
|
| H A D | debug.c | 187 double *score = dictGetVal(de); in xorObjectDigest() 289 o = dictGetVal(de); in computeDatasetDigest() 395 val = dictGetVal(de); in debugCommand() 447 val = dictGetVal(de); in debugCommand() 1145 val = dictGetVal(de); in logCurrentClient()
|
| H A D | db.c | 58 robj *val = dictGetVal(de); in lookupKey() 194 robj *old = dictGetVal(de); in dbOverwrite() 579 sds sdsval = dictGetVal(de); in scanCallback() 585 val = createStringObjectFromLongDouble(*(double*)dictGetVal(de),0); in scanCallback()
|
| H A D | t_zset.c | 1264 *score = *(double*)dictGetVal(de); in zsetScore() 1383 curscore = *(double*)dictGetVal(de); in zsetAdd() 1401 dictGetVal(de) = &znode->score; /* Update score ptr. */ in zsetAdd() 1440 score = *(double*)dictGetVal(de); in zsetDel() 1512 score = *(double*)dictGetVal(de); in zsetRank() 2121 *score = *(double*)dictGetVal(de); in zuiFind() 2145 #define zunionInterDictValue(_e) (dictGetVal(_e) == NULL ? 1.0 : *(double*)dictGetVal(_e))
|
| H A D | object.c | 857 ele2 = dictGetVal(de); in objectComputeSize() 1238 return (robj*) dictGetVal(de); in objectCommandLookup() 1334 size_t usage = objectComputeSize(dictGetVal(de),samples); in memoryCommand()
|
| H A D | module.c | 495 *targetPtrPtr = dictGetVal(he); in RM_GetApi() 2905 struct RedisModule *module = dictGetVal(de); in moduleTypeLookupModuleByName() 2944 struct RedisModule *module = dictGetVal(de); in moduleTypeLookupModuleByID() 4151 clusterNode *node = dictGetVal(de); in RM_GetClusterNodesList() 4755 RedisModuleSharedAPI *sapi = dictGetVal(de); in RM_GetSharedAPI() 4775 RedisModuleSharedAPI *sapi = dictGetVal(de); in moduleUnregisterSharedAPI() 5122 struct redisCommand *cmd = dictGetVal(de); in moduleUnregisterCommands() 5286 struct RedisModule *module = dictGetVal(de); in moduleCommand()
|
| H A D | rdb.c | 873 sds value = dictGetVal(de); in rdbSaveObject() 1140 robj key, *o = dictGetVal(de); in rdbSaveRio() 1168 robj *body = dictGetVal(de); in rdbSaveRio()
|
| H A D | aof.c | 1048 double *score = dictGetVal(de); in rewriteSortedSetObject() 1313 o = dictGetVal(de); in rewriteAppendOnlyFileRio()
|
| H A D | redis-cli.c | 2451 if (entry) types = sdsdup((sds) dictGetVal(entry)); in clusterManagerGetAntiAffinityScore() 2464 sds types = (sds) dictGetVal(entry); in clusterManagerGetAntiAffinityScore() 3746 list *nodes = (list *) dictGetVal(entry); in clusterManagerFixSlotsCoverage() 3795 list *nodes = (list *) dictGetVal(entry); in clusterManagerFixSlotsCoverage() 3826 list *nodes = (list *) dictGetVal(entry); in clusterManagerFixSlotsCoverage() 6324 type = dictGetVal(de); in getKeyTypes() 6494 typeinfo *type = dictGetVal(de); in findBigKeys() 6506 typeinfo *type = dictGetVal(de); in findBigKeys()
|
| H A D | dict.c | 501 return he ? dictGetVal(he) : NULL; in dictFetchValue()
|
| H A D | server.c | 2238 c = (struct redisCommand *) dictGetVal(de); in resetCommandTableStats() 3054 addReplyCommand(c, dictGetVal(de)); in commandCommand() 3645 c = (struct redisCommand *) dictGetVal(de); in genRedisInfoString()
|
| H A D | config.c | 2024 list *l = dictGetVal(de);
|