Home
last modified time | relevance | path

Searched refs:listSearchKey (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c103 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 Dadlist.h84 listNode *listSearchKey(list *list, void *key);
H A Dadlist.c290 listNode *listSearchKey(list *list, void *key) in listSearchKey() function
H A Dmulti.c280 listDelNode(clients,listSearchKey(clients,c)); in unwatchAllKeys()
H A Dblocked.c557 listDelNode(l,listSearchKey(l,c)); in unblockClientWaitingData()
H A Dnetworking.c831 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 Dmodule.c4756 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 Dredis-benchmark.c134 ln = listSearchKey(config.clients,c); in freeClient()
H A Dreplication.c2477 listNode *ln = listSearchKey(server.clients_waiting_acks,c); in unblockClientWaitingReplicas()
H A Dscripting.c1747 listNode *ln = listSearchKey(ldb.children,(void*)(unsigned long)pid); in ldbRemoveChild()