Home
last modified time | relevance | path

Searched refs:clients_index (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c83 raxInsert(server.clients_index,(unsigned char*)&id,sizeof(id),c,NULL); in linkClient()
807 raxRemove(server.clients_index,(unsigned char*)&id,sizeof(id),NULL); in unlinkClient()
973 client *c = raxFind(server.clients_index,(unsigned char*)&id,sizeof(id)); in lookupClientByID()
H A Dserver.h984 rax *clients_index; /* Active clients dictionary by client ID. */ member
H A Dserver.c2036 server.clients_index = raxNew(); in initServer()