Home
last modified time | relevance | path

Searched refs:dictNext (Results 1 – 24 of 24) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c670 while((de = dictNext(di)) != NULL) { in sentinelGenerateInitialMonitorEvents()
1050 while((de = dictNext(di)) != NULL) { in sentinelTryConnectionSharing()
1084 while((de = dictNext(di)) != NULL) { in sentinelUpdateSentinelAddressInAllMasters()
1333 while((de = dictNext(di)) != NULL) { in removeMatchingSentinelFromMaster()
1358 while((de = dictNext(di)) != NULL) { in getSentinelRedisInstanceByAddrAndRunID()
1390 while((de = dictNext(di)) != NULL) { in sentinelAddFlagsToDictOfRedisInstances()
1404 while((de = dictNext(di)) != NULL) { in sentinelDelFlagsToDictOfRedisInstances()
1464 while((de = dictNext(di)) != NULL) { in sentinelResetMastersByPattern()
1498 while((de = dictNext(di)) != NULL) { in sentinelResetMasterAndChangeAddress()
1774 while((de = dictNext(di)) != NULL) { in rewriteConfigSentinelOption()
[all …]
H A Dlatency.c141 while((de = dictNext(di)) != NULL) { in latencyResetEvent()
253 while((de = dictNext(di)) != NULL) { in createLatencyReport()
502 while((de = dictNext(di)) != NULL) { in latencyCommandReplyWithLatestEvents()
H A Dpubsub.c183 while((de = dictNext(di)) != NULL) { in pubsubUnsubscribeAllChannels()
347 while((de = dictNext(di)) != NULL) { in pubsubCommand()
H A Dcluster.c552 while((de = dictNext(di)) != NULL) { in clusterReset()
922 while((de = dictNext(di)) != NULL) { in clusterDelNode()
974 while((de = dictNext(di)) != NULL) { in clusterGetMaxEpoch()
1130 while((de = dictNext(di)) != NULL) { in clusterBlacklistCleanup()
1262 while((de = dictNext(di)) != NULL) { in clusterHandshakeInProgress()
2234 while((de = dictNext(di)) != NULL) { in clusterBroadcastMessage()
2499 while((de = dictNext(di)) != NULL) { in clusterBroadcastPong()
3173 while((de = dictNext(di)) != NULL) { in clusterHandleSlaveMigration()
3367 while((de = dictNext(di)) != NULL) { in clusterCron()
3472 while((de = dictNext(di)) != NULL) { in clusterCron()
[all …]
H A Ddict.h166 dictEntry *dictNext(dictIterator *iter);
H A Ddefrag.c276 while((de = dictNext(di)) != NULL) { in activeDefragSdsDict()
367 while((de = dictNext(di)) != NULL) { in activeDefragSdsListAndDict()
546 while((de = dictNext(di)) != NULL) { in defragZsetSkiplist()
H A Dblocked.c551 while((de = dictNext(di)) != NULL) { in unblockClientWaitingData()
H A Daof.c980 while((de = dictNext(di)) != NULL) { in rewriteSetObject()
1046 while((de = dictNext(di)) != NULL) { in rewriteSortedSetObject()
1307 while((de = dictNext(di)) != NULL) { in rewriteAppendOnlyFileRio()
H A Dt_set.c156 dictEntry *de = dictNext(si->di); in setTypeNext()
742 while((de = dictNext(di)) != NULL) in srandmemberWithCountCommand()
H A Drdb.c798 while((de = dictNext(di)) != NULL) { in rdbSaveObject()
871 while((de = dictNext(di)) != NULL) { in rdbSaveObject()
1138 while((de = dictNext(di)) != NULL) { in rdbSaveRio()
1167 while((de = dictNext(di)) != NULL) { in rdbSaveRio()
H A Dsort.c436 while((setele = dictNext(di)) != NULL) { in sortCommand()
H A Dmodule.c2904 while ((de = dictNext(di)) != NULL) { in moduleTypeLookupModuleByName()
2943 while ((de = dictNext(di)) != NULL && mt == NULL) { in moduleTypeLookupModuleByID()
4150 while((de = dictNext(di)) != NULL) { in RM_GetClusterNodesList()
4773 while ((de = dictNext(di)) != NULL) { in moduleUnregisterSharedAPI()
5121 while ((de = dictNext(di)) != NULL) { in moduleUnregisterCommands()
5284 while ((de = dictNext(di)) != NULL) { in moduleCommand()
H A Dobject.c817 while((de = dictNext(di)) != NULL && samples < sample_size) { in objectComputeSize()
855 while((de = dictNext(di)) != NULL && samples < sample_size) { in objectComputeSize()
H A Ddb.c546 while((de = dictNext(di)) != NULL) { in keysCommand()
981 while((de = dictNext(di)) != NULL) { in scanDatabaseForReadyLists()
H A Ddebug.c185 while((de = dictNext(di)) != NULL) { in xorObjectDigest()
279 while((de = dictNext(di)) != NULL) { in computeDatasetDigest()
H A Dt_hash.c376 if ((hi->de = dictNext(hi->di)) == NULL) return C_ERR; in hashTypeNext()
H A Ddict.c562 dictEntry *dictNext(dictIterator *iter) in dictNext() function
H A Dt_zset.c1877 it->ht.de = dictNext(it->ht.di); in zuiInitIterator()
1986 it->ht.de = dictNext(it->ht.di); in zuiNext()
2368 while((de = dictNext(di)) != NULL) { in zunionInterGenericCommand()
H A Dredis-cli.c2463 while ((entry = dictNext(iter)) != NULL) { in clusterManagerGetAntiAffinityScore()
3744 while ((entry = dictNext(iter)) != NULL) { in clusterManagerFixSlotsCoverage()
4303 while ((entry = dictNext(iter)) != NULL) { in clusterManagerCheckCluster()
4314 while ((entry = dictNext(iter)) != NULL) { in clusterManagerCheckCluster()
6493 while ((de = dictNext(di))) { in findBigKeys()
6505 while ((de = dictNext(di))) { in findBigKeys()
H A Dserver.c2237 while((de = dictNext(di)) != NULL) { in resetCommandTableStats()
3053 while ((de = dictNext(di)) != NULL) { in commandCommand()
3644 while((de = dictNext(di)) != NULL) { in genRedisInfoString()
H A Dconfig.c2023 while((de = dictNext(di)) != NULL) {
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h123 static dictEntry *dictNext(dictIterator *iter);
H A Dasync.c291 while ((de = dictNext(it)) != NULL) in __redisAsyncFree()
297 while ((de = dictNext(it)) != NULL) in __redisAsyncFree()
H A Ddict.c268 static dictEntry *dictNext(dictIterator *iter) { in dictNext() function