| /f-stack/app/redis-5.0.5/src/ |
| H A D | blocked.c | 120 listDelNode(server.unblocked_clients,ln); in processUnblockedClients() 284 listDelNode(clients,clientnode); in handleClientsBlockedOnKeys() 346 listDelNode(clients,clientnode); in handleClientsBlockedOnKeys() 464 listDelNode(l,ln); in handleClientsBlockedOnKeys() 557 listDelNode(l,listSearchKey(l,c)); in unblockClientWaitingData()
|
| H A D | slowlog.c | 131 listDelNode(server.slowlog,listLast(server.slowlog)); in slowlogPushEntryIfNeeded() 137 listDelNode(server.slowlog,listLast(server.slowlog)); in slowlogReset()
|
| H A D | pubsub.c | 105 listDelNode(clients,ln); in pubsubUnsubscribeChannel() 158 listDelNode(c->pubsub_patterns,ln); in pubsubUnsubscribePattern() 162 listDelNode(server.pubsub_patterns,ln); in pubsubUnsubscribePattern()
|
| H A D | adlist.h | 79 void listDelNode(list *list, listNode *node);
|
| H A D | networking.c | 457 listDelNode(c->reply,ln); in setDeferredMultiBulkLength() 808 listDelNode(server.clients,c->client_list_node); in unlinkClient() 833 listDelNode(server.clients_pending_write,ln); in unlinkClient() 842 listDelNode(server.unblocked_clients,ln); in unlinkClient() 917 listDelNode(l,ln); in freeClient() 935 listDelNode(server.clients_to_close,ln); in freeClient() 964 listDelNode(server.clients_to_close,ln); in freeClientsInAsyncFreeQueue() 1003 listDelNode(c->reply,listFirst(c->reply)); in writeToClient() 1015 listDelNode(c->reply,listFirst(c->reply)); in writeToClient() 1091 listDelNode(server.clients_pending_write,ln); in handleClientsWithPendingWrites()
|
| H A D | multi.c | 280 listDelNode(clients,listSearchKey(clients,c)); in unwatchAllKeys() 285 listDelNode(c->watched_keys,ln); in unwatchAllKeys()
|
| H A D | bio.c | 210 listDelNode(bio_jobs[type],ln); in bioProcessBackgroundJobs()
|
| H A D | adlist.c | 167 void listDelNode(list *list, listNode *node) in listDelNode() function
|
| H A D | db.c | 766 listDelNode(keys, node); in scanGenericCommand() 778 listDelNode(keys, node); in scanGenericCommand() 793 listDelNode(keys, node); in scanGenericCommand()
|
| H A D | scripting.c | 595 listDelNode(c->reply,listFirst(c->reply)); in luaRedisGenericCommand() 1577 listDelNode(log,ln); in ldbFlushLog() 1637 listDelNode(ldb.logs,ln); in ldbSendLogs() 1749 listDelNode(ldb.children,ln); in ldbRemoveChild()
|
| H A D | module.c | 2823 listDelNode(c->reply,listFirst(c->reply)); in RM_Call() 3712 listDelNode(moduleUnblockedClients,ln); in moduleHandleBlockedClients() 4010 listDelNode(moduleKeyspaceSubscribers, ln); in moduleUnsubscribeNotifications() 4800 listDelNode(module->using,ln); in moduleUnregisterUsedAPI() 4821 listDelNode(moduleCommandFilters,ln); in moduleUnregisterFilters() 4906 listDelNode(moduleCommandFilters,ln); in RM_UnregisterCommandFilter() 4910 listDelNode(ctx->module->filters,ln); in RM_UnregisterCommandFilter()
|
| H A D | replication.c | 599 listDelNode(server.slaves,ln); in startBgsaveForReplication() 2368 listDelNode(server.repl_scriptcache_fifo,ln); in replicationScriptCacheAdd() 2479 listDelNode(server.clients_waiting_acks,ln); in unblockClientWaitingReplicas()
|
| H A D | redis-benchmark.c | 136 listDelNode(config.clients,ln); in freeClient()
|
| H A D | config.c | 1758 listDelNode(l,ln); 2040 listDelNode(l,ln);
|
| H A D | defrag.c | 940 listDelNode(db->defrag_later, head); in defragLaterStep()
|
| H A D | aof.c | 120 if (block->used == 0) listDelNode(server.aof_rewrite_buf_blocks,ln); in aofChildWriteDiffData()
|
| H A D | sentinel.c | 726 listDelNode(sentinel.scripts_queue,ln); in sentinelScheduleScriptExecution() 856 listDelNode(sentinel.scripts_queue,ln); in sentinelCollectTerminatedScripts()
|
| H A D | cluster.c | 776 if (now - fr->time > maxtime) listDelNode(l,ln); in clusterNodeCleanupFailureReports() 806 listDelNode(l,ln); in clusterNodeDelFailureReport()
|
| H A D | redis-cli.c | 2288 listDelNode(nodelist, ln); in clusterManagerRemoveNodeFromList()
|