Searched refs:listSearchKey (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | pubsub.c | 103 ln = listSearchKey(clients,c); in pubsubUnsubscribeChannel() 130 if (listSearchKey(c->pubsub_patterns,pattern) == NULL) { in pubsubSubscribePattern() 156 if ((ln = listSearchKey(c->pubsub_patterns,pattern)) != NULL) { in pubsubUnsubscribePattern() 161 ln = listSearchKey(server.pubsub_patterns,&pat); in pubsubUnsubscribePattern()
|
| H A D | adlist.h | 84 listNode *listSearchKey(list *list, void *key);
|
| H A D | adlist.c | 290 listNode *listSearchKey(list *list, void *key) in listSearchKey() function
|
| H A D | multi.c | 280 listDelNode(clients,listSearchKey(clients,c)); in unwatchAllKeys()
|
| H A D | blocked.c | 557 listDelNode(l,listSearchKey(l,c)); in unblockClientWaitingData()
|
| H A D | networking.c | 831 ln = listSearchKey(server.clients_pending_write,c); in unlinkClient() 840 ln = listSearchKey(server.unblocked_clients,c); in unlinkClient() 915 ln = listSearchKey(l,c); in freeClient() 933 ln = listSearchKey(server.clients_to_close,c); in freeClient()
|
| H A D | module.c | 4756 if (listSearchKey(sapi->module->usedby,ctx->module) == NULL) { in RM_GetSharedAPI() 4798 listNode *ln = listSearchKey(used->usedby,module); in moduleUnregisterUsedAPI() 4819 listNode *ln = listSearchKey(moduleCommandFilters,filter); in moduleUnregisterFilters() 4904 ln = listSearchKey(moduleCommandFilters,filter); in RM_UnregisterCommandFilter() 4908 ln = listSearchKey(ctx->module->filters,filter); in RM_UnregisterCommandFilter()
|
| H A D | redis-benchmark.c | 134 ln = listSearchKey(config.clients,c); in freeClient()
|
| H A D | replication.c | 2477 listNode *ln = listSearchKey(server.clients_waiting_acks,c); in unblockClientWaitingReplicas()
|
| H A D | scripting.c | 1747 listNode *ln = listSearchKey(ldb.children,(void*)(unsigned long)pid); in ldbRemoveChild()
|