Home
last modified time | relevance | path

Searched refs:listNext (Results 1 – 19 of 19) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c242 while((ln = listNext(&li))) { in watchForKey()
271 while((ln = listNext(&li))) { in unwatchAllKeys()
305 while((ln = listNext(&li))) { in touchWatchedKey()
322 while((ln = listNext(&li1))) { in touchWatchedKeysOnFlush()
325 while((ln = listNext(&li2))) { in touchWatchedKeysOnFlush()
H A Dredis-cli.c2108 while ((ln = listNext(&li)) != NULL) { in freeClusterManagerNodeFlags()
2286 while ((ln = listNext(&li)) != NULL) { in clusterManagerRemoveNodeFromList()
2304 while ((ln = listNext(&li)) != NULL) { in clusterManagerNodeByName()
2329 while ((ln = listNext(&li)) != NULL) { in clusterManagerNodeByAbbreviatedName()
2578 while ((ln = listNext(&li)) != NULL) { in clusterManagerNodeFlagString()
2685 while ((ln = listNext(&li)) != NULL) { in clusterManagerShowNodes()
2699 while ((ln = listNext(&li)) != NULL) { in clusterManagerShowClusterInfo()
3407 while ((ln = listNext(&li)) != NULL) { in clusterManagerLoadInfoFromNode()
3542 while ((ln = listNext(&li)) != NULL) { in clusterManagerIsConfigConsistent()
3577 while ((ln = listNext(&li)) != NULL) { in clusterManagerGetCoveredSlots()
[all …]
H A Dadlist.c229 listNode *listNext(listIter *iter) in listNext() function
262 while((node = listNext(&iter)) != NULL) { in listDup()
296 while((node = listNext(&iter)) != NULL) { in listSearchKey()
H A Dreplication.c216 while((ln = listNext(&li))) { in replicationFeedSlaves()
256 while((ln = listNext(&li))) { in replicationFeedSlaves()
295 while((ln = listNext(&li))) { in replicationFeedSlavesFromMasterStream()
336 while((ln = listNext(&li))) { in replicationFeedMonitors()
593 while((ln = listNext(&li))) { in startBgsaveForReplication()
612 while((ln = listNext(&li))) { in startBgsaveForReplication()
949 while((ln = listNext(&li))) { in updateSlavesWaitingBgsave()
2289 while((ln = listNext(&li))) { in refreshGoodSlavesCount()
2425 while((ln = listNext(&li))) { in replicationCountAcksByOffset()
2492 while((ln = listNext(&li))) { in processClientsWaitingReplicas()
[all …]
H A Dpubsub.c208 while ((ln = listNext(&li)) != NULL) { in pubsubUnsubscribeAllPatterns()
239 while ((ln = listNext(&li)) != NULL) { in pubsubPublishMessage()
253 while ((ln = listNext(&li)) != NULL) { in pubsubPublishMessage()
H A Dadlist.h81 listNode *listNext(listIter *iter);
H A Dblocked.c212 while((ln = listNext(&li))) { in disconnectAllBlockedClients()
388 while((ln = listNext(&li))) { in handleClientsBlockedOnKeys()
H A Dslowlog.c173 while(count-- && (ln = listNext(&li))) { in slowlogCommand()
H A Dsort.c515 while((ln = listNext(&li))) { in sortCommand()
545 while((ln = listNext(&li))) { in sortCommand()
H A Dnetworking.c1088 while((ln = listNext(&li))) { in handleClientsWithPendingWrites()
1598 while ((ln = listNext(&li)) != NULL) { in getClientsMaxBuffers()
1704 while ((ln = listNext(&li)) != NULL) { in getAllClientsInfoString()
1827 while ((ln = listNext(&li)) != NULL) { in clientCommand()
2144 while((ln = listNext(&li))) { in flushSlavesOutputBuffers()
2202 while ((ln = listNext(&li)) != NULL) { in clientsArePaused()
H A Devict.c361 while((ln = listNext(&li))) { in freeMemoryGetNotCountedMemory()
H A Dmodule.c2910 while((ln = listNext(&li))) { in moduleTypeLookupModuleByName()
2949 while((ln = listNext(&li))) { in moduleTypeLookupModuleByID()
3981 while((ln = listNext(&li))) { in moduleNotifyKeyspaceEvent()
4007 while((ln = listNext(&li))) { in moduleUnsubscribeNotifications()
4796 while((ln = listNext(&li))) { in moduleUnregisterUsedAPI()
4817 while((ln = listNext(&li))) { in moduleUnregisterFilters()
4927 while((ln = listNext(&li))) { in moduleCallCommandFilters()
5097 while((ln = listNext(&li))) { in moduleLoadFromQueue()
H A Dobject.c992 while((ln = listNext(&li))) { in getMemoryOverheadData()
1008 while((ln = listNext(&li))) { in getMemoryOverheadData()
H A Drdb.c2176 while((ln = listNext(&li))) { in backgroundSaveDoneHandlerSocket()
2260 while((ln = listNext(&li))) { in rdbSaveToSlavesSockets()
2358 while((ln = listNext(&li))) { in rdbSaveToSlavesSockets()
H A Daof.c85 while((ln = listNext(&li))) { in aofRewriteBufferSize()
180 while((ln = listNext(&li))) { in aofRewriteBufferWrite()
H A Dsentinel.c721 while ((ln = listNext(&li)) != NULL) { in sentinelScheduleScriptExecution()
742 while ((ln = listNext(&li)) != NULL) { in sentinelGetScriptListNodeByPid()
762 (ln = listNext(&li)) != NULL) in sentinelRunPendingScripts()
871 while ((ln = listNext(&li)) != NULL) { in sentinelKillTimedoutScripts()
891 while ((ln = listNext(&li)) != NULL) { in sentinelPendingScriptsCommand()
H A Dcluster.c743 while ((ln = listNext(&li)) != NULL) { in clusterNodeAddFailureReport()
774 while ((ln = listNext(&li)) != NULL) { in clusterNodeCleanupFailureReports()
799 while ((ln = listNext(&li)) != NULL) { in clusterNodeDelFailureReport()
H A Dscripting.c1767 while((ln = listNext(&li))) { in ldbKillForkedSessions()
H A Dserver.c3565 while((ln = listNext(&li))) { in genRedisInfoString()